forked from coop-cloud/federatedwiki
Compare commits
5 Commits
plugmatic
...
0.1.0+1.0.
Author | SHA1 | Date | |
---|---|---|---|
139f829935 | |||
111feee4be | |||
3191cf861f | |||
4e1f67418a | |||
a5c1567138 |
@ -4,8 +4,8 @@ Share pages circulating within a creative commons
|
||||
|
||||
<!-- metadata -->
|
||||
* **Category**: Apps
|
||||
* **Status**: ❹💣
|
||||
* **Image**: [`dobbs/farm`](https://hub.docker.com/r/dobbs/farm/), ❶💚, upstream
|
||||
* **Status**: 0, work-in-progress
|
||||
* **Image**: [`dobbs/farm`](https://hub.docker.com/r/dobbs/farm/), 4, upstream
|
||||
* **Healthcheck**: No
|
||||
* **Backups**: No
|
||||
* **Email**: No
|
||||
|
2
abra.sh
2
abra.sh
@ -1,4 +1,4 @@
|
||||
export INSTALL_SH_VERSION=v8
|
||||
export INSTALL_SH_VERSION=v9
|
||||
export CONFIG_JSON_VERSION=v7
|
||||
export CONFIG_OWNER_JSON_VERSION=v4
|
||||
|
||||
|
@ -3,7 +3,7 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: dobbs/farm
|
||||
image: dobbs/farm:1.0.13
|
||||
command: /bin/sh config/install.sh
|
||||
volumes:
|
||||
- "fedwiki_friends:/home/node/config"
|
||||
@ -31,6 +31,8 @@ services:
|
||||
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
||||
- "traefik.http.routers.${STACK_NAME}.tls.domains[0].main=${DOMAIN}"
|
||||
- "traefik.http.routers.${STACK_NAME}.tls.domains[0].sans=*.${DOMAIN}"
|
||||
- "traefik.http.routers.${STACK_NAME}.priority=1"
|
||||
- "coop-cloud.${STACK_NAME}.version=0.1.0+1.0.13"
|
||||
# healthcheck:
|
||||
# test: ["CMD", "curl", "-f", "http://localhost"]
|
||||
# interval: 30s
|
||||
|
@ -8,4 +8,4 @@ if [ ! -f .wiki/config.owner.json ]; then
|
||||
cp config/config.owner.json .wiki/config.owner.json
|
||||
fi
|
||||
|
||||
wiki --farm --security_type=friends
|
||||
wiki --farm
|
||||
|
Reference in New Issue
Block a user