This repository has been archived on 2021-12-15. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
decentral1se 49597980cc
Add deployment
2021-06-16 11:17:32 +02:00
.dockerignore Init project files 2021-06-16 10:01:13 +02:00
.env.sample Add deployment 2021-06-16 11:17:32 +02:00
.gitignore Init project files 2021-06-16 10:01:13 +02:00
Dockerfile Init project files 2021-06-16 10:01:13 +02:00
LICENSE Init project files 2021-06-16 10:01:13 +02:00
README.md Add deployment 2021-06-16 11:17:32 +02:00
compose.yml Add deployment 2021-06-16 11:17:32 +02:00
makefile Add deployment 2021-06-16 11:17:32 +02:00
poetry.lock First incoming flow prototype 2021-06-16 11:07:52 +02:00
pubspace.py Add deployment 2021-06-16 11:17:32 +02:00
pyproject.toml First incoming flow prototype 2021-06-16 11:07:52 +02:00

README.md

pubspace

A service to facilitate collective digital publishing practices.

Mapping out the pubspace

Nextcloud flow script

echo "TODO"

Deployment

Work In Progress

$ printf $YOURMASTODONACCESSTOKEN | docker secret create  publish_lumbung_space_access_token_v1 -
$ cp .env.sample .env  # and update the values to match the environment
$ set -a && source .env && set +a
$ docker stack deploy -c compose.yml publish_lumbung_space