| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Previously, I had expected that `enableSSL` would be set to true even if
ssl was handled through some other option (e.g. `forceSSL`).
This is apparently not the case, so the module explicitely checks for
other options as well now.
|
|
|
|
|
| |
- delete copy of example folder in picarones-elm which broke the build
- actually check if the service should be enabled before building it
|
| |
|
|
|
|
|
|
|
|
|
| |
Right now, this is capable of setting up a running instance of picarones
in a couple lines of config (both backend server and the webapp, using
nginx).
More options should still be added, especially to make the backend's port
configurable (but this requires adding features to the haskell code)
|
|
|
|
| |
Idea: have all components of this program in one repository
|
|
makes a derivation with a functioning server inside of it.
|