diff --git a/blueprints/otterwiki/docker-compose.yml b/blueprints/otterwiki/docker-compose.yml new file mode 100644 index 0000000..b81a39f --- /dev/null +++ b/blueprints/otterwiki/docker-compose.yml @@ -0,0 +1,10 @@ +version: "3.8" +services: + otterwiki: + image: redimp/otterwiki:2 + restart: unless-stopped + volumes: + - otterwiki-data:/app-data + +volumes: + otterwiki-data: {} diff --git a/blueprints/otterwiki/otterwiki.png b/blueprints/otterwiki/otterwiki.png new file mode 100644 index 0000000..5aa86f7 Binary files /dev/null and b/blueprints/otterwiki/otterwiki.png differ diff --git a/blueprints/otterwiki/template.yml b/blueprints/otterwiki/template.yml new file mode 100644 index 0000000..095f0cb --- /dev/null +++ b/blueprints/otterwiki/template.yml @@ -0,0 +1,12 @@ +variables: + main_domain: ${domain} + +config: + domains: + - serviceName: otterwiki + port: 80 + host: ${main_domain} + + env: [] + + mounts: [] diff --git a/meta.json b/meta.json index 0b01ced..553dcaa 100644 --- a/meta.json +++ b/meta.json @@ -1809,5 +1809,23 @@ "self-hosted", "documentation" ] + }, + { + "id": "otterwiki", + "name": "Otter Wiki", + "version": "2", + "description": "An Otter Wiki is a simple, lightweight, and fast wiki engine built with Python and Flask. It provides a user-friendly interface for creating and managing wiki content with markdown support.", + "logo": "otterwiki.png", + "links": { + "github": "https://github.com/redimp/otterwiki", + "website": "https://otterwiki.com/", + "docs": "https://github.com/redimp/otterwiki/wiki" + }, + "tags": [ + "wiki", + "documentation", + "knowledge-base", + "markdown" + ] } ] \ No newline at end of file