forked from coop-cloud/federatedwiki
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c4d128d0b4 | ||
|
|
7e28140631 | ||
|
|
f066de9f84 | ||
|
|
eef4018af6 | ||
|
|
63b204e2d2 | ||
|
|
5b0693901e | ||
|
|
5e84041083 | ||
|
|
b55198813c | ||
|
|
43d86fb9b1 | ||
|
|
6c2dfbaf01 | ||
|
|
d5d13b279c | ||
|
|
96b15b0621 | ||
|
|
98a9940765 | ||
|
|
52d420cbe8 | ||
|
|
47a0416ae6 | ||
|
|
50b68b0271 | ||
|
|
03864b4426 | ||
|
|
a072efbb8e | ||
|
|
162ecf2f69 | ||
|
|
87e01a63a9 | ||
|
|
be94f6eddb | ||
|
|
b332264ad7 | ||
|
|
f0f5aead93 | ||
|
|
fa342cae9f | ||
|
|
61b043d819 | ||
|
|
252f400701 | ||
|
|
3dc12caac2 | ||
|
|
9c8caba4e2 | ||
|
|
2ed2c42036 | ||
|
|
dba2f0f430 | ||
|
|
79cab18760 | ||
|
|
64687083e9 | ||
|
|
fc242b51bb | ||
|
|
8807f46e7c | ||
|
|
19b698087e | ||
|
|
58c8bba02e | ||
|
|
a304f89042 | ||
|
|
27f81a3e81 | ||
|
|
b849a3b536 | ||
|
|
2ac052366a | ||
|
|
61e96089f1 | ||
|
|
6790fa45af | ||
|
|
1a1384177a | ||
|
|
bec1a54581 | ||
|
|
c3e117bcdf | ||
|
|
866c46f20d | ||
|
|
caa49701a9 | ||
|
|
a8fe024635 | ||
|
|
ce991f453e | ||
|
|
b302384ad0 | ||
|
|
5d55c3e70d | ||
|
|
53ab8dbf39 | ||
|
|
a7bda15182 | ||
|
|
d080b8c09b | ||
|
|
a93358bd68 | ||
|
|
3a0d30da6a | ||
|
|
2da198b21b | ||
|
|
e90183f153 | ||
|
|
03cdb435dd | ||
|
|
33a740929d | ||
|
|
98ef8f18d3 | ||
|
|
b28d08551e | ||
|
|
7e15af4875 | ||
|
|
b0a737d69e | ||
|
|
45d76b05f6 | ||
|
|
6804752d3b | ||
|
|
fc95658dba | ||
|
|
a1cdd385b4 | ||
|
|
5ecc26589b | ||
|
|
c58712f63f | ||
|
|
9ba3d0bc3f | ||
|
|
6e8c37c2a6 | ||
|
|
c60645a61d | ||
|
|
cfee2399cf | ||
|
|
f19a20f880 | ||
|
|
0633d72d7d | ||
|
|
0e24c78541 | ||
|
|
32559a5aea | ||
|
|
efebc41519 | ||
|
|
0a21e11116 | ||
|
|
8454597fca | ||
|
|
caa7b8a02e | ||
|
|
3b6879415f | ||
|
|
777cb6263e | ||
|
|
23c2238460 | ||
|
|
07e57c5022 | ||
|
|
139f829935 | ||
|
|
111feee4be | ||
|
|
3191cf861f | ||
|
|
4e1f67418a | ||
|
|
a5c1567138 |
+41
@@ -0,0 +1,41 @@
|
||||
---
|
||||
kind: pipeline
|
||||
name: deploy to swarm-test.autonomic.zone
|
||||
steps:
|
||||
- name: deployment
|
||||
image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest
|
||||
settings:
|
||||
host: swarm-test.autonomic.zone
|
||||
stack: federatedwiki
|
||||
generate_secrets: true
|
||||
purge: true
|
||||
deploy_key:
|
||||
from_secret: drone_ssh_swarm_test
|
||||
networks:
|
||||
- proxy
|
||||
environment:
|
||||
DOMAIN: federatedwiki.swarm-test.autonomic.zone
|
||||
STACK_NAME: federatedwiki
|
||||
LETS_ENCRYPT_ENV: production
|
||||
INSTALL_SH_VERSION: v1
|
||||
CONFIG_JSON_VERSION: v1
|
||||
CONFIG_OWNER_JSON_VERSION: v1
|
||||
trigger:
|
||||
branch:
|
||||
- main
|
||||
---
|
||||
kind: pipeline
|
||||
name: generate recipe catalogue
|
||||
steps:
|
||||
- name: release a new version
|
||||
image: plugins/downstream
|
||||
settings:
|
||||
server: https://build.coopcloud.tech
|
||||
token:
|
||||
from_secret: drone_abra-bot_token
|
||||
fork: true
|
||||
repositories:
|
||||
- toolshed/auto-recipes-catalogue-json
|
||||
|
||||
trigger:
|
||||
event: tag
|
||||
+25
-6
@@ -3,13 +3,32 @@ TYPE=federatedwiki
|
||||
DOMAIN=federatedwiki.example.com
|
||||
## Domain aliases
|
||||
#EXTRA_DOMAINS=', `www.federatedwiki.example.com`'
|
||||
|
||||
LETS_ENCRYPT_ENV=production
|
||||
|
||||
# Predefined "owner" security
|
||||
#COMPOSE_FILE="compose.yml:compose.owner.yml"
|
||||
COMPOSE_FILE="compose.yml"
|
||||
|
||||
COOKIE_SECRET="asflkjqpweoriuwpeogdjgbpdofigh"
|
||||
AUTHOR="Baja Colorado"
|
||||
ADMIN_KEY="<paste from a .wiki/DOMAIN/status/owner.json file>"
|
||||
## where the wiki data lives; change to an absolute path if you want a bind‑mount (e.g. /opt/fedwiki)
|
||||
FEDWIKI_VOLUME="fedwiki"
|
||||
|
||||
FEDWIKI_IS_PRIVATE=0
|
||||
## Persist the lib volume / node_modules directory. If you're not using plugmatic, you can disable this option.
|
||||
COMPOSE_FILE="$COMPOSE_FILE:compose.lib.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
|
||||
|
||||
## Specify wiki config filename. If running multiple farms on the same machine with unique configurations, each config needs a unique filename.
|
||||
## e.g. config-farm1.json, config-farm2.json, etc.
|
||||
## If there exists a config file named "config.json", it will be used by all farms by default.
|
||||
CONFIG_FILE="config.json"
|
||||
|
||||
## If using Caddy:
|
||||
## Customize your Caddyfile to determine what domains are accessible and will get TLS certificates.
|
||||
## You are also able to enable access over HTTP by adding domains like: http://${DOMAIN}, http://*.${DOMAIN}, http://*.*.${DOMAIN}, http://*.*.*.${DOMAIN}
|
||||
CADDY="https://${DOMAIN}, https://*.${DOMAIN}, https://*.*.${DOMAIN}, https://*.*.*.${DOMAIN}"
|
||||
|
||||
## If using Traefik:
|
||||
## By default traefik allows: https://${DOMAIN}, https://*.${DOMAIN}, https://*.*.${DOMAIN}, https://*.*.*.${DOMAIN}
|
||||
## Uncomment the following line to also allow HTTP access
|
||||
#COMPOSE_FILE="$COMPOSE_FILE:compose.insecure.yml"
|
||||
@@ -1,26 +1,25 @@
|
||||
# Federated Wiki
|
||||
|
||||
Share pages circulating within a creative commons
|
||||
Share pages circulating within a creative commons.
|
||||
|
||||
See [Federated Wiki on GitHub](https://github.com/fedwiki/wiki) for more information.
|
||||
|
||||
<!-- metadata -->
|
||||
* **Maintainer**: [@3wordchant](https://git.coopcloud.tech/3wordchant), [@Bortseb](https://git.coopcloud.tech/Bortseb), [@cgalo5758](https://git.coopcloud.tech/cgalo5758)
|
||||
* **Status**: `stable`
|
||||
* **Category**: Apps
|
||||
* **Status**: ❹💣
|
||||
* **Image**: [`dobbs/farm`](https://hub.docker.com/r/dobbs/farm/), ❶💚, upstream
|
||||
* **Image**: [`wiki-cafe/fedwiki-oci-image`](https://git.coopcloud.tech/wiki-cafe/-/packages/container/fedwiki-oci-image/), 4, upstream
|
||||
* **Healthcheck**: No
|
||||
* **Backups**: No
|
||||
* **Email**: No
|
||||
* **Email**: N/A
|
||||
* **Tests**: No
|
||||
* **SSO**: No
|
||||
* **SSO**: ? (Keycloak)
|
||||
<!-- endmetadata -->
|
||||
|
||||
## Basic usage
|
||||
|
||||
1. Set up Docker Swarm and [`abra`]
|
||||
2. Deploy [`coop-cloud/traefik`]
|
||||
3. `abra app new federatedwiki`
|
||||
4. `abra app YOURAPPDOMAIN config` - be sure to change `DOMAIN` to something that resolves to
|
||||
1. Set up [Docker Swarm](https://docs.coopcloud.tech/operators/tutorial/#server-configuration) and [`abra`](https://docs.coopcloud.tech/abra/)
|
||||
2. `abra app new federatedwiki -S` - Copy the secret it generates, you will need it for your wiki config file.
|
||||
3. `abra app config YOURAPPDOMAIN` - be sure to change `DOMAIN` to something that resolves to
|
||||
your Docker swarm box
|
||||
5. `abra app YOURAPPDOMAIN deploy`
|
||||
|
||||
[`abra`]: https://git.autonomic.zone/autonomic-cooperative/abra
|
||||
[`coop-cloud/traefik`]: https://git.autonomic.zone/coop-cloud/traefik
|
||||
4. `abra app deploy YOURAPPDOMAIN`
|
||||
|
||||
@@ -1,23 +1,2 @@
|
||||
export INSTALL_SH_VERSION=v8
|
||||
export CONFIG_JSON_VERSION=v7
|
||||
export CONFIG_OWNER_JSON_VERSION=v4
|
||||
|
||||
abra_backup_app() {
|
||||
_abra_backup_dir "app:/home/node/.wiki"
|
||||
}
|
||||
|
||||
abra_restore_app() {
|
||||
# shellcheck disable=SC2034
|
||||
{
|
||||
abra__src_="-"
|
||||
abra__dst_="app:/home/node/.wiki"
|
||||
}
|
||||
|
||||
zcat "$@" | sub_app_cp
|
||||
|
||||
success "Restored 'app'"
|
||||
}
|
||||
|
||||
abra_backup() {
|
||||
abra_backup_app
|
||||
}
|
||||
export ENTRYPOINT_SH_VERSION=v2
|
||||
export CONFIG_JSON_INITIAL_VERSION=v1
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
---
|
||||
# NOTE: Do not use this in combination with the CADDY option in compose.yml
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
deploy:
|
||||
labels:
|
||||
- "traefik.http.services.${STACK_NAME}-non-tls.loadbalancer.server.port=3000"
|
||||
- "traefik.http.routers.${STACK_NAME}-non-tls.rule=Host(`${DOMAIN}`) || HostRegexp(`{subdomain:\\w+}.${DOMAIN}`) || HostRegexp(`{subsubdomain:\\w+}.{subdomain:\\w+}.${DOMAIN}`) || HostRegexp(`{subsubsubdomain:\\w+}.{subsubdomain:\\w+}.{subdomain:\\w+}.${DOMAIN}`)"
|
||||
- "traefik.http.routers.${STACK_NAME}-non-tls.entrypoints=web"
|
||||
@@ -0,0 +1,10 @@
|
||||
---
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
volumes:
|
||||
- "fedwiki_lib:/home/node/lib"
|
||||
|
||||
volumes:
|
||||
fedwiki_lib:
|
||||
@@ -1,15 +0,0 @@
|
||||
|
||||
---
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
configs:
|
||||
- source: config_owner_json_conf
|
||||
target: /home/node/config/config.owner.json
|
||||
|
||||
configs:
|
||||
config_owner_json_conf:
|
||||
name: ${STACK_NAME}_config_owner_json_${CONFIG_OWNER_JSON_VERSION}
|
||||
file: config.owner.json.tmpl
|
||||
template_driver: golang
|
||||
+36
-22
@@ -3,54 +3,68 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: dobbs/farm
|
||||
command: /bin/sh config/install.sh
|
||||
image: git.coopcloud.tech/wiki-cafe/fedwiki-oci-image:0.41.0-rc.0-2
|
||||
command: /bin/sh entrypoint.sh
|
||||
volumes:
|
||||
- "fedwiki_friends:/home/node/config"
|
||||
- "fedwiki:/home/node/.wiki"
|
||||
- "${FEDWIKI_VOLUME}:/home/node/.wiki"
|
||||
networks:
|
||||
- proxy
|
||||
configs:
|
||||
- source: install_sh_conf
|
||||
target: /home/node/config/install.sh
|
||||
- source: config_json_conf
|
||||
target: /home/node/config/config.json
|
||||
- source: entrypoint_sh
|
||||
target: /home/node/entrypoint.sh
|
||||
- source: config_json_initial
|
||||
target: /home/node/initial-config/config.json
|
||||
secrets:
|
||||
- cookie_secret
|
||||
environment:
|
||||
- DOMAIN
|
||||
- COOKIE_SECRET
|
||||
- AUTHOR
|
||||
- ADMIN_KEY
|
||||
deploy:
|
||||
update_config:
|
||||
order: start-first
|
||||
restart_policy:
|
||||
condition: on-failure
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.services.${STACK_NAME}.loadbalancer.server.port=3000"
|
||||
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`) || HostRegexp(`{subdomain:\\w+}.${DOMAIN}`)"
|
||||
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`) || HostRegexp(`{subdomain:\\w+}.${DOMAIN}`) || HostRegexp(`{subsubdomain:\\w+}.{subdomain:\\w+}.${DOMAIN}`) || HostRegexp(`{subsubsubdomain:\\w+}.{subsubdomain:\\w+}.{subdomain:\\w+}.${DOMAIN}`)"
|
||||
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
|
||||
- "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}"
|
||||
# healthcheck:
|
||||
# test: ["CMD", "curl", "-f", "http://localhost"]
|
||||
# interval: 30s
|
||||
# timeout: 10s
|
||||
# retries: 10
|
||||
# start_period: 1m
|
||||
- "traefik.http.routers.${STACK_NAME}.priority=1"
|
||||
- "caddy=${CADDY}"
|
||||
- "caddy.reverse_proxy={{upstreams 3000}}"
|
||||
- "caddy.tls.on_demand="
|
||||
- "backupbot.backup=true"
|
||||
- "backupbot.backup.path=/home/node/.wiki"
|
||||
- "coop-cloud.${STACK_NAME}.version=3.3.0+0.41.0-rc.0-1"
|
||||
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'); process.exit(1); }); request.end();'"
|
||||
interval: 10s
|
||||
timeout: 2s
|
||||
retries: 2
|
||||
start_period: 30s
|
||||
|
||||
volumes:
|
||||
fedwiki:
|
||||
fedwiki_friends:
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
|
||||
secrets:
|
||||
cookie_secret:
|
||||
external: true
|
||||
name: ${STACK_NAME}_cookie_secret_${SECRET_COOKIE_SECRET_VERSION}
|
||||
|
||||
configs:
|
||||
install_sh_conf:
|
||||
name: ${STACK_NAME}_install_sh_${INSTALL_SH_VERSION}
|
||||
file: install.sh
|
||||
config_json_conf:
|
||||
name: ${STACK_NAME}_config_json_${CONFIG_JSON_VERSION}
|
||||
file: config.json.tmpl
|
||||
entrypoint_sh:
|
||||
name: ${STACK_NAME}_entrypoint_sh_${ENTRYPOINT_SH_VERSION}
|
||||
file: entrypoint.sh
|
||||
config_json_initial:
|
||||
name: ${STACK_NAME}_config_json_initial_${CONFIG_JSON_INITIAL_VERSION}
|
||||
file: config.initial.json.tmpl
|
||||
template_driver: golang
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"farm": true,
|
||||
"cookieSecret": "{{ secret "cookie_secret" }}",
|
||||
"security_useHttps": true,
|
||||
"security_type": "friends"
|
||||
}
|
||||
@@ -1,14 +0,0 @@
|
||||
{
|
||||
"admin": "{{ env "ADMIN_KEY" }}",
|
||||
"farm": true,
|
||||
"cookieSecret": "{{ env "COOKIE_SECRET" }}",
|
||||
"secure_cookie": true,
|
||||
"security_type": "friends"
|
||||
{{ if eq (env "FEDWIKI_IS_PRIVATE") "1" }},
|
||||
"wikiDomains": {
|
||||
"$DOMAIN": {
|
||||
"id": "/home/node/.wiki/config.owner.json"
|
||||
}
|
||||
}
|
||||
{{ end }}
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"name": "{{ env "AUTHOR" }}",
|
||||
"friend": {
|
||||
"secret": "{{ env "PASSWORD" }}"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
config_file="$HOME/.wiki/${CONFIG_FILE:-config.json}"
|
||||
|
||||
if [ ! -f "$config_file" ]; then
|
||||
cp initial-config/config.json "$config_file"
|
||||
fi
|
||||
|
||||
wiki --farm --config "$config_file"
|
||||
-11
@@ -1,11 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ ! -f .wiki/config.json ]; then
|
||||
cp config/config.json .wiki/config.json
|
||||
fi
|
||||
|
||||
if [ ! -f .wiki/config.owner.json ]; then
|
||||
cp config/config.owner.json .wiki/config.owner.json
|
||||
fi
|
||||
|
||||
wiki --farm --security_type=friends
|
||||
@@ -0,0 +1,7 @@
|
||||
WARNING! 🚨
|
||||
|
||||
There is a new mandatory config option, FEDWIKI_VOLUME -- please copy the
|
||||
default value from the recipe .env.sample to your .env file on upgrade.
|
||||
|
||||
If you haven't done that yet, best to bail with Ctrl+C, then add the option,
|
||||
then re-run this `abra app upgrade ...` command
|
||||
@@ -0,0 +1,11 @@
|
||||
COOKIE_SECRET is now a Docker secret, and several config options have been
|
||||
dropped from the recipe -- this shouldn't affect running deplyoments, as
|
||||
the recipe currently just installs the generated `config.json` if there isn't
|
||||
one already -- but you will likely still need to run
|
||||
`abra app secret generate ...` before deploying, in preparation for moving to
|
||||
ennvironment variables for config in a future release.
|
||||
|
||||
Additionally, there is now a healthcheck, which may require tuning, especially
|
||||
on slower systems; please open a ticket on [the issue
|
||||
tracker](https://git.coopcloud.tech/coop-cloud/federatedwiki/issues) if you
|
||||
notice problems with the containers starting up.
|
||||
@@ -0,0 +1 @@
|
||||
y
|
||||
@@ -0,0 +1 @@
|
||||
decaffeinated
|
||||
@@ -0,0 +1 @@
|
||||
decaffeinate
|
||||
@@ -0,0 +1 @@
|
||||
decaffeinate
|
||||
@@ -0,0 +1 @@
|
||||
decaffeinated
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user