Browse Source

App Submission: WikiJS (#273)

Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
main
Pranshu Agrawal 2 years ago
committed by GitHub
parent
commit
c3d9d65903
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 0
      wikijs/config/.gitkeep
  2. 0
      wikijs/data/.gitkeep
  3. 18
      wikijs/docker-compose.yml
  4. 33
      wikijs/umbrel-app.yml

0
wikijs/config/.gitkeep

0
wikijs/data/.gitkeep

18
wikijs/docker-compose.yml

@ -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

@ -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…
Cancel
Save