<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ponzu.git/system/tls, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.soulminingrig.com/ponzu.git/'/>
<entry>
<title>fix: all hange s\/github.com\/ponzu-cms/github.com\/haturatu\/g</title>
<updated>2025-02-22T14:20:55+00:00</updated>
<author>
<name>haturatu</name>
<email>taro@eyes4you.org</email>
</author>
<published>2025-02-22T14:20:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.soulminingrig.com/ponzu.git/commit/?id=9345907a5c1737c6c2c1f8eba52a568035b08493'/>
<id>9345907a5c1737c6c2c1f8eba52a568035b08493</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow data directories outside pwd</title>
<updated>2019-12-29T22:42:46+00:00</updated>
<author>
<name>Miguel Angel Ajo</name>
<email>majopela@redhat.com</email>
</author>
<published>2019-12-29T17:36:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.soulminingrig.com/ponzu.git/commit/?id=90a2ff959a958e8f7654f577e88e942378b0a7c2'/>
<id>90a2ff959a958e8f7654f577e88e942378b0a7c2</id>
<content type='text'>
Running ponzu-cms inside a docker container, and maintaining
data files in a volume (or several) was not possible with the
previous directory schema without copying files or binaries
to the volume.

This commit adds several environment variables to allow the
administrator to specify paths for directories while
retaining backwards compatibility.

- PONZU_DATA_DIR : is the directory where all the data and other
                   directories will be stored, still the other
                   directories can be controlled by the other env
                   variables.

- PONZU_TLS_DIR : is the directory to store devcerts and autocerts

- PONZU_ADMINSTATIC_DIR : directory where the admin static files are
                          served from.

- PONZU_UPLOAD_DIR: upload files directory

- PONZU_SEARCH_DIR: index directory for searches
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Running ponzu-cms inside a docker container, and maintaining
data files in a volume (or several) was not possible with the
previous directory schema without copying files or binaries
to the volume.

This commit adds several environment variables to allow the
administrator to specify paths for directories while
retaining backwards compatibility.

- PONZU_DATA_DIR : is the directory where all the data and other
                   directories will be stored, still the other
                   directories can be controlled by the other env
                   variables.

- PONZU_TLS_DIR : is the directory to store devcerts and autocerts

- PONZU_ADMINSTATIC_DIR : directory where the admin static files are
                          served from.

- PONZU_UPLOAD_DIR: upload files directory

- PONZU_SEARCH_DIR: index directory for searches
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to meet Let's Encrypt challenge requirment (#220)</title>
<updated>2018-01-15T04:47:10+00:00</updated>
<author>
<name>Steve Manuel</name>
<email>nilslice@gmail.com</email>
</author>
<published>2018-01-15T04:47:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.soulminingrig.com/ponzu.git/commit/?id=a1156d5c6dbedaeb5cf3b737eb65ca01c9103d42'/>
<id>a1156d5c6dbedaeb5cf3b737eb65ca01c9103d42</id>
<content type='text'>
* [deps] acme/autocert: update to latest with support for "http-01" challenge

* [core] system/tls: implement handler for "http-01" challenge
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [deps] acme/autocert: update to latest with support for "http-01" challenge

* [core] system/tls: implement handler for "http-01" challenge
</pre>
</div>
</content>
</entry>
<entry>
<title>package documentation for godoc</title>
<updated>2017-04-17T18:54:16+00:00</updated>
<author>
<name>Steve Manuel</name>
<email>nilslice@gmail.com</email>
</author>
<published>2017-04-17T18:54:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.soulminingrig.com/ponzu.git/commit/?id=c7f017af059d7838ba9bc6d369bdedd43d45ea5b'/>
<id>c7f017af059d7838ba9bc6d369bdedd43d45ea5b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Typo fixes</title>
<updated>2017-03-16T09:50:22+00:00</updated>
<author>
<name>ferhat elmas</name>
<email>elmas.ferhat@gmail.com</email>
</author>
<published>2017-03-16T09:50:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.soulminingrig.com/ponzu.git/commit/?id=d94cd94c0d0cefbb176460bb675f81034333eb26'/>
<id>d94cd94c0d0cefbb176460bb675f81034333eb26</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[core] Adding toggle for CORS, GZIP in admin/cms configuration (#30)</title>
<updated>2017-01-17T00:14:00+00:00</updated>
<author>
<name>Steve</name>
<email>nilslice@gmail.com</email>
</author>
<published>2017-01-17T00:14:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.soulminingrig.com/ponzu.git/commit/?id=2af951230eddc45ba429cff10d7566ad98fd343b'/>
<id>2af951230eddc45ba429cff10d7566ad98fd343b</id>
<content type='text'>
This PR enables admins to disable/enable CORS and GZIP from within the admin CMS configuration page. Both are enabled by default.

Note: currently, the GZIP implementation is 100% on the fly, for every qualifying API endpoint request. This could add significant CPU usage, but dramatically decreases bandwidth. Will be considering other better implementations, but for now YMMV.

Possible optimizations:
- pooling gzip Writers vs. creating a new one for each response
- caching gzipped responses (in memory? on disk?) 
- enforcing size threshold (only gzip content larger than N bytes) </content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This PR enables admins to disable/enable CORS and GZIP from within the admin CMS configuration page. Both are enabled by default.

Note: currently, the GZIP implementation is 100% on the fly, for every qualifying API endpoint request. This could add significant CPU usage, but dramatically decreases bandwidth. Will be considering other better implementations, but for now YMMV.

Possible optimizations:
- pooling gzip Writers vs. creating a new one for each response
- caching gzipped responses (in memory? on disk?) 
- enforcing size threshold (only gzip content larger than N bytes) </pre>
</div>
</content>
</entry>
<entry>
<title>Fixed self-signed certificates when running a dev server</title>
<updated>2017-01-04T23:16:27+00:00</updated>
<author>
<name>Zach Shipko</name>
<email>zachshipko@gmail.com</email>
</author>
<published>2017-01-04T23:16:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.soulminingrig.com/ponzu.git/commit/?id=db79b75e35d28c5b0e2f07d77fc974e443781330'/>
<id>db79b75e35d28c5b0e2f07d77fc974e443781330</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>updating import path from old repo</title>
<updated>2017-01-04T18:36:50+00:00</updated>
<author>
<name>Steve Manuel</name>
<email>nilslice@gmail.com</email>
</author>
<published>2017-01-04T18:36:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.soulminingrig.com/ponzu.git/commit/?id=349a2cf78631d60da582b8d776d11962505ca8bd'/>
<id>349a2cf78631d60da582b8d776d11962505ca8bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>adding https_port from db to enabledev func</title>
<updated>2017-01-04T18:33:49+00:00</updated>
<author>
<name>Steve Manuel</name>
<email>nilslice@gmail.com</email>
</author>
<published>2017-01-04T18:33:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.soulminingrig.com/ponzu.git/commit/?id=0fd5dec9de3bf444647200f207239b0fc1d60f54'/>
<id>0fd5dec9de3bf444647200f207239b0fc1d60f54</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>adding httpsport and https_port to flags and config</title>
<updated>2017-01-04T18:27:10+00:00</updated>
<author>
<name>Steve Manuel</name>
<email>nilslice@gmail.com</email>
</author>
<published>2017-01-04T18:27:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.soulminingrig.com/ponzu.git/commit/?id=fc51643434c5eef8417a62b9f83fec3823c393ec'/>
<id>fc51643434c5eef8417a62b9f83fec3823c393ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
