Skip to content

Settings

Lauri Ojansivu edited this page Sep 25, 2023 · 10 revisions

Standalone Wekan Settings: Snap, Docker, Source etc (not Sandstorm)

ROOT_URL / root-url

  • See https://github.com/wekan/wekan/issues/4803
  • Docker/Source/Bundle like this, no quotes, big letters, underscore: ROOT_URL=http://192.168.0.100
  • Snap like this, single quotes, small letters: sudo snap set wekan root-url='http://192.168.0.100'

Webserver config

Examples:

  1. nginx SSL or without SSL, available at internet:
  1. only wekan, no SSL, internal lan, caddy not enabled:
  1. only wekan, no SSL, internal lan, caddy not enabled, wekan at different port:
  1. wekan's caddy SSL, available at Internet:

Wekan runs http server on local port, so it is without SSL. To get SSL, some webserver like Caddy and Nginx that have SSL, can proxy to local Wekan http port where node.js runs.

Admin Panel

First registered Wekan user will get Admin Panel on new Docker and source based installs. You can also on MongoDB enable Admin Panel and change you as board admin.

LAN + VPN

Using same database for both LAN and VPN Wekan

Proxy

Using Proxy

Email

Troubleshooting Mail. For Exchange, you can use DavMail, Wekan SMTP => DavMail => Exchange.

RAM usage

RAM usage

Wekan

General

Fake: Not WeKan kanban

Security

Scaling

Migrating

Support priorities for new features and bugfixes

  1. Commercial Support
  2. Community Support
  3. Debugging

Backup

Repair

Themes

Markdown Syntax

Login Auth

Metrics, Logs, Stats

Integrations

Time

Features

Email

Required Settings

Download

Webservers

REST API Docs

REST API issue

REST API client code

Webhooks

Case Studies

Development

Issues

Clone this wiki locally