Image DokuWiki hinzugefügt

This commit is contained in:
2022-04-09 09:29:24 +02:00
parent 4c73dcf8e9
commit 4bda833d3c
2 changed files with 18 additions and 0 deletions

BIN
Images/bitnami-dokuwiki.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

View File

@ -3063,6 +3063,24 @@
}
]
},
{
"categories": ["Other", "Tools"],
"description": "DokuWiki is a standards-compliant wiki optimized for creating documentation. Designed to be simple to use for small organizations, it stores all data in plain text files so no database is required.",
"image": "bitnami/dokuwiki:latest",
"logo": "https://dev.ksite.de/rkirchner/PortainerTemplates/raw/branch/master/Images/bitnami-dokuwiki.png",
"name": "DokuWiki",
"platform": "linux",
"ports": ["8080:8080/tcp"],
"restart_policy": "unless-stopped",
"title": "DokuWiki",
"type": 1,
"volumes": [
{
"bind": "/opt/container/Files/AppData/Config/DokuWiki",
"container": "/bitnami/dokuwiki"
}
]
},
{
"categories": ["Other"],
"description": "Tiny Tiny RSS is an open source web-based news feed (RSS/Atom) reader and aggregator, designed to allow you to read news from any location, while feeling as close to a real desktop application as possible.",