mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
App Submission: WikiJS (#273)
Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
This commit is contained in:
parent
be287465ec
commit
c3d9d65903
0
wikijs/config/.gitkeep
Normal file
0
wikijs/config/.gitkeep
Normal file
0
wikijs/data/.gitkeep
Normal file
0
wikijs/data/.gitkeep
Normal file
18
wikijs/docker-compose.yml
Normal file
18
wikijs/docker-compose.yml
Normal file
|
@ -0,0 +1,18 @@
|
|||
version: "3.7"
|
||||
|
||||
services:
|
||||
app_proxy:
|
||||
environment:
|
||||
APP_HOST: wikijs_server_1
|
||||
APP_PORT: 3000
|
||||
PROXY_AUTH_ADD: "false"
|
||||
|
||||
server:
|
||||
image: linuxserver/wikijs:2.5.294@sha256:e9f79a619fb0da03dc2e20d1543a02eb655f09a1a112c6998ebd584ada533d66
|
||||
restart: on-failure
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data:/data
|
||||
- ${APP_DATA_DIR}/config:/config
|
33
wikijs/umbrel-app.yml
Normal file
33
wikijs/umbrel-app.yml
Normal file
|
@ -0,0 +1,33 @@
|
|||
manifestVersion: 1
|
||||
id: wikijs
|
||||
category: Development
|
||||
name: WikiJS
|
||||
version: "2.5.294"
|
||||
tagline: Make documentation a joy to write
|
||||
description: >-
|
||||
The most powerful and extensible open source Wiki software.
|
||||
|
||||
|
||||
Not all teams need the same set of features. That's why Wiki.js offers a wide range of modules that can be turned on/off on demand.
|
||||
|
||||
|
||||
It's not just about being free, it also means anyone can contribute new features and help squash bugs. Wiki.js is proudly licensed under AGPLv3.
|
||||
|
||||
|
||||
Connect your wiki with an ever-expanding list of external integrations for authentication, logging, rendering, search and storage.
|
||||
developer: Requarks
|
||||
website: https://js.wiki/
|
||||
dependencies: []
|
||||
repo: https://github.com/requarks/wiki
|
||||
support: https://js.wiki/support
|
||||
port: 9182
|
||||
gallery:
|
||||
- 1.jpg
|
||||
- 2.jpg
|
||||
- 3.jpg
|
||||
path: ""
|
||||
defaultUsername: ""
|
||||
defaultPassword: ""
|
||||
torOnly: false
|
||||
submitter: Pranshu Agrawal
|
||||
submission: https://github.com/getumbrel/umbrel-apps/pull/273
|
Loading…
Reference in New Issue
Block a user