Compare commits

...

4 Commits

Author SHA1 Message Date
61e96089f1 chore: publish 2.1.7+1.0.28 release
Some checks failed
continuous-integration/drone/push Build is failing
2024-09-17 20:48:18 +00:00
6790fa45af chore: publish 2.1.6+1.0.28 release
Some checks failed
continuous-integration/drone/push Build is failing
2024-09-17 19:50:55 +00:00
3wc
1a1384177a chore: publish 2.1.5+1.0.27 release
Some checks failed
continuous-integration/drone/push Build is failing
2024-08-06 13:36:24 -04:00
3wc
bec1a54581 chore: publish 2.1.4+1.0.26 release
Some checks failed
continuous-integration/drone/push Build is failing
2024-07-23 12:52:30 -04:00
5 changed files with 17 additions and 3 deletions

View File

@ -16,6 +16,9 @@ FEDWIKI_VOLUME="fedwiki"
# persistent lib volume / node_modules directory, e.g. for plugmatic
#COMPOSE_FILE="$COMPOSE_FILE:compose.lib.yml"
# persistent lib volume / node_modules directory for use when using a "private" Login to View system
#COMPOSE_FILE="$COMPOSE_FILE:compose.lib-private.yml"
# Note(3wc): If you change this after initial deployment, you will need to
# manually copy the new value from `conf/config.initial.json`
SECRET_COOKIE_SECRET_VERSION=v1 # length=30

View File

@ -1,2 +1,2 @@
export ENTRYPOINT_SH_VERSION=v1
export ENTRYPOINT_SH_VERSION=v2
export CONFIG_INITIAL_JSON_VERSION=v1

10
compose.lib-private.yml Normal file
View File

@ -0,0 +1,10 @@
---
version: "3.8"
services:
app:
volumes:
- "fedwiki-private_lib:/home/node/lib"
volumes:
fedwiki-private_lib:

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: dobbs/farm:1.0.26
image: dobbs/farm:1.0.28
command: /bin/sh entrypoint.sh
volumes:
- "${FEDWIKI_VOLUME}:/home/node/.wiki"
@ -40,7 +40,7 @@ services:
- "caddy.tls.on_demand="
- "backupbot.backup=true"
- "backupbot.backup.path=/home/node/.wiki"
- "coop-cloud.${STACK_NAME}.version=2.1.3+1.0.26"
- "coop-cloud.${STACK_NAME}.version=2.1.7+1.0.28"
healthcheck:
test: "node -e 'var http = require(\"http\"); var options = { host : \"localhost\", port : \"3000\", timeout : 2000, path : \"/view/welcome-visitors\", headers: { \"Host\": \"${DOMAIN}\" } }; var request = http.request(options, (res)
=> { console.log(`STATUS: $${res.statusCode}`); if (res.statusCode == 200) { process.exit(0); } else { process.exit(1); } }); request.on(\"error\", function(err) { console.log('ERROR');

1
release/2.1.5+1.0.27 Normal file
View File

@ -0,0 +1 @@
y