summaryrefslogtreecommitdiff
path: root/system/tls/enabledev.go
AgeCommit message (Collapse)Author
2019-12-29Allow data directories outside pwdMiguel 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-04Fixed self-signed certificates when running a dev serverZach Shipko
2017-01-04updating import path from old repoSteve Manuel
2017-01-04adding https_port from db to enabledev funcSteve Manuel
2016-12-28moving dev notes in run command to mainSteve Manuel
2016-12-28moving call point of goroutine to be more visible to userSteve Manuel
2016-12-28adding hint to troubleshoot ssl cert issues on chromeSteve Manuel
2016-12-28adding more desctiptive print messages, putting devhttps server on goroutineSteve Manuel
2016-12-27adding vendor path to location of certs in EnableDevSteve Manuel
2016-12-27adding self-signed cert generator for local https/http2 testingSteve Manuel