Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-29 | Allow data directories outside pwd | Miguel Angel Ajo | |
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 | |||
2017-01-04 | Fixed self-signed certificates when running a dev server | Zach Shipko | |
2017-01-04 | updating import path from old repo | Steve Manuel | |
2017-01-04 | adding https_port from db to enabledev func | Steve Manuel | |
2016-12-28 | moving dev notes in run command to main | Steve Manuel | |
2016-12-28 | moving call point of goroutine to be more visible to user | Steve Manuel | |
2016-12-28 | adding hint to troubleshoot ssl cert issues on chrome | Steve Manuel | |
2016-12-28 | adding more desctiptive print messages, putting devhttps server on goroutine | Steve Manuel | |
2016-12-27 | adding vendor path to location of certs in EnableDev | Steve Manuel | |
2016-12-27 | adding self-signed cert generator for local https/http2 testing | Steve Manuel | |