Merge branch 'DrMxrcy-app/dokuwiki'
This commit is contained in:
commit
094fcd2391
|
@ -2,4 +2,3 @@
|
|||
. "$(dirname -- "$0")/_/husky.sh"
|
||||
|
||||
npm run test
|
||||
npm run lint
|
||||
|
|
|
@ -12,6 +12,7 @@ This is the official repository for the Tipi App Store. It contains all the apps
|
|||
- [Code-Server](https://github.com/coder/code-server) - Web VS Code
|
||||
- [Codex.Docs](https://github.com/codex-team/codex.docst) - Free Docs app powered by Editor.js ecosystem.
|
||||
- [Deluge](https://github.com/linuxserver/docker-deluge) - Deluge is a lightweight, Free Software, cross-platform BitTorrent client
|
||||
- [DokuWiki](https://github.com/dokuwiki/dokuwiki) - DokuWiki is a simple to use and highly versatile Open Source wiki software
|
||||
- [Filebrowser](https://github.com/filebrowser/filebrowser) - Web File Browser
|
||||
- [Firefly III](https://github.com/firefly-iii/firefly-iii) - A personal finances manager
|
||||
- [Fireshare](https://github.com/ShaneIsrael/fireshare) - Self host your media and share with unique links
|
||||
|
|
17
apps/dokuwiki/config.json
Normal file
17
apps/dokuwiki/config.json
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"$schema": "../schema.json",
|
||||
"name": "DokuWiki",
|
||||
"port": 8149,
|
||||
"available": true,
|
||||
"exposable": true,
|
||||
"id": "dokuwiki",
|
||||
"tipi_version": 1,
|
||||
"version": "2022-07-31a-ls158",
|
||||
"categories": ["media"],
|
||||
"description": "DokuWiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database. It is loved by users for its clean and readable syntax. The ease of maintenance, backup and integration makes it an administrator's favorite. Built in access controls and authentication connectors make DokuWiki especially useful in the enterprise context and the large number of plugins contributed by its vibrant community allow for a broad range of use cases beyond a traditional wiki.",
|
||||
"short_desc": "DokuWiki is a simple to use and highly versatile Open Source wiki software ",
|
||||
"author": "https://github.com/dokuwiki",
|
||||
"source": "https://github.com/dokuwiki/dokuwiki",
|
||||
"website": "https://www.dokuwiki.org/dokuwiki",
|
||||
"form_fields": []
|
||||
}
|
21
apps/dokuwiki/docker-compose.yml
Normal file
21
apps/dokuwiki/docker-compose.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
version: '3'
|
||||
|
||||
services:
|
||||
dokuwiki:
|
||||
container_name: dokuwiki
|
||||
image: lscr.io/linuxserver/dokuwiki:2022-07-31a-ls158
|
||||
ports:
|
||||
- ${APP_PORT}:80
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data/config:/config
|
||||
environment:
|
||||
- TZ=${TZ}
|
||||
networks:
|
||||
- tipi_main_network
|
||||
labels:
|
||||
traefik.enable: ${APP_EXPOSED}
|
||||
traefik.http.routers.dokuwiki.rule: Host(`${APP_DOMAIN}`)
|
||||
traefik.http.routers.dokuwiki.entrypoints: websecure
|
||||
traefik.http.routers.dokuwiki.service: dokuwiki
|
||||
traefik.http.routers.dokuwiki.tls.certresolver: myresolver
|
||||
traefik.http.services.dokuwiki.loadbalancer.server.port: 80
|
8
apps/dokuwiki/metadata/description.md
Normal file
8
apps/dokuwiki/metadata/description.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
DokuWiki - Documentation Wiki Platform
|
||||
======================================
|
||||
|
||||
`DokuWiki`_ is wiki software aimed at small companies documentation
|
||||
needs. It works on plain text files and thus needs no database. It has a
|
||||
simple but powerful syntax (similar to the one used by MediaWiki) which
|
||||
makes sure the data files remain readable outside the wiki and eases the
|
||||
creation of structured texts.
|
BIN
apps/dokuwiki/metadata/logo.jpg
Normal file
BIN
apps/dokuwiki/metadata/logo.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
Loading…
Reference in New Issue
Block a user