Sem descrição

Harlan Iverson c45b9d62a5 updated fresh page, include video há 7 anos atrás
app c45b9d62a5 updated fresh page, include video há 7 anos atrás
doc 6054a52270 setup layout for tagging videos há 7 anos atrás
scripts 5e5d0499bd updated templates to show dates in title for posts, and added usage comments to templates há 7 anos atrás
.gitignore 462efe39e8 import playlist and make pages for it and videos e2e há 7 anos atrás
Dockerfile 462efe39e8 import playlist and make pages for it and videos e2e há 7 anos atrás
Dockerfile.static 21bfd4e051 fixed dockerfile static to expose 9090 há 7 anos atrás
MIT-LICENSE.txt 96f9ace2b8 added ispooge.com-v2 há 7 anos atrás
README.md 96f9ace2b8 added ispooge.com-v2 há 7 anos atrás
assets 96f9ace2b8 added ispooge.com-v2 há 7 anos atrás
config.edn 96f9ace2b8 added ispooge.com-v2 há 7 anos atrás
iSpooge.bfproject 165aa72980 build box cleanup há 7 anos atrás
layout 28772250a2 created ispooge theme based on blue_centered, removed the defaults há 7 anos atrás
md-pages 96f9ace2b8 added ispooge.com-v2 há 7 anos atrás
md-posts 96f9ace2b8 added ispooge.com-v2 há 7 anos atrás
new.md 96f9ace2b8 added ispooge.com-v2 há 7 anos atrás
public 462efe39e8 import playlist and make pages for it and videos e2e há 7 anos atrás
screen.css 96f9ace2b8 added ispooge.com-v2 há 7 anos atrás

README.md

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.