forked from wekan/wekan
-
Notifications
You must be signed in to change notification settings - Fork 0
Settings
Lauri Ojansivu edited this page Sep 25, 2019
·
4 revisions
Examples:
- nginx SSL or without SSL, available at internet:
- root-url='https://example.com' or https://example.com/something or https://something.example.com , or with http
- port='3001'
- Nginx example, proxying to local port 3001 => Wekan at https://example.com
- only wekan, no SSL, internal lan, caddy not enabled:
- root-url='http://192.168.1.150'
- port='80' => Wekan locally http://192.168.1.150
- only wekan, no SSL, internal lan, caddy not enabled, wekan at different port:
- root-url='http://192.168.1.150:5000'
- port='5000' => Wekan locally http://192.168.1.150:5000
- wekan's caddy SSL, available at Internet:
- root-url='https://example.com' or https://example.com/something or https://something.example.com
- port='3001'
- Caddyfile example => Wekan at https://example.com
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.
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.
Using same database for both LAN and VPN Wekan
Troubleshooting Mail. For Exchange, you can use DavMail, Wekan SMTP => DavMail => Exchange.
- About
- No UI major redesign
- Test Edge
- FAQ
- IRC FAQ - answers to questions asked at IRC
- Roadmap - board at Wekan demo
- Team
- Press
- Blog
- NOT related to Wekan
- Wekan vs Trello vs Restyaboard
- Features
- Custom Logo
- Gantt Chart
- Admin: Impersonate user
- Emoji etc syntax
- Numbered text syntax
- Time Tracking
- Subtasks <== Has fix
- Templates
- Archive and Delete
- Adding Users
- LDAP
- Keycloak
- Google login
- Azure
- OAuth2, Auth0, GitLab, RocketChat
- Oracle OIM on premise using OAuth2
- ADFS 4.0 using OAuth2 and OpenID
- Nextcloud
- CAS Please test
- SAML Please test
- IFTTT
- Custom Fields
- Due Date
- Forgot Password
- Requirements
- Translations
- Roadmap
- Fix Export board menu not visible on some boards
- Integrations
- RAM usage
- Demo
- Swimlane Documentation
- Wekan Markdown
- Download Wekan for various Platforms: Supported by xet7, Operating Systems, NAS, Cloud
- Example: New card with Python3 and REST API
- Python client to REST API
- Java
- Wekan Sandstorm cards to CSV using Python
- Excel and VBA
- Global Webhook
- Limiting Webhook data
- Receiving Webhooks
- Outgoing Webhook to Discord/Slack/RocketChat/Riot
- Outgoing Webhook to NodeRed
- Outgoing Webhook to PowerShell
- Security: Webhook and CA
- Outgoing Webhooks Data
- Outgoing Webhooks and Let's Encrypt
- Outgoing Webhooks Original Pull Request, multiple Webhooks, more parameters and response order