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