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 bc8dc62ca1
continuous-integration/drone/push Build is passing Details
Add experimental external script
2021-06-16 12:07:33 +02:00
.dockerignore Init project files 2021-06-16 10:01:13 +02:00
.drone.yml Add drone config 2021-06-16 11:23:05 +02:00
.env.sample Fix deployment 2021-06-16 11:28:39 +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 badge 2021-06-16 11:24:08 +02:00
compose.yml Fix deployment 2021-06-16 11:28:39 +02:00
entrypoint.sh.tmpl Add entrypoint file 2021-06-16 11:21:29 +02:00
makefile Drop dep 2021-06-16 11:22:42 +02:00
poetry.lock First incoming flow prototype 2021-06-16 11:07:52 +02:00
pubspace.py Don't explode so much while testing 2021-06-16 11:32:14 +02:00
pubspace.sh Add experimental external script 2021-06-16 12:07:33 +02:00
pyproject.toml First incoming flow prototype 2021-06-16 11:07:52 +02:00

README.md

pubspace

Build Status

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