|
|
vor 7 Jahren | |
|---|---|---|
| app | vor 7 Jahren | |
| doc | vor 8 Jahren | |
| scripts | vor 7 Jahren | |
| .gitignore | vor 8 Jahren | |
| Dockerfile | vor 8 Jahren | |
| Dockerfile.static | vor 8 Jahren | |
| MIT-LICENSE.txt | vor 8 Jahren | |
| README.md | vor 8 Jahren | |
| assets | vor 8 Jahren | |
| config.edn | vor 8 Jahren | |
| iSpooge v2.bfproject | vor 8 Jahren | |
| layout | vor 8 Jahren | |
| md-pages | vor 8 Jahren | |
| md-posts | vor 8 Jahren | |
| new.md | vor 8 Jahren | |
| public | vor 8 Jahren | |
| screen.css | vor 8 Jahren |
The site is in the apps directory. Based on cryogen.
Built with ./scripts/build.sh, started with ./scripts/start.sh and will stay running after reboot... stopped with ./scripts/stop.sh.
The running service will rebuild changes, although it takes about 2 minutes on the RasPi and makes content unavailabile.
In order to address this, we can create a snapshot with ./scripts/build-static.sh and run that using ./scripts/start-static.sh (heh) and ./scripts/stop-static.sh.
The static service uses the same Python module that we use for the v1 service.