mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 16:00:13 +01:00
Updated Raspberry Pi (markdown)
parent
08427acf13
commit
eef38b6af3
1 changed files with 8 additions and 1 deletions
|
|
@ -186,6 +186,14 @@ PORT=80
|
|||
```
|
||||
There are [many more other possible settings here that you can optionally add](https://raw.githubusercontent.com/wekan/wekan/master/start-wekan.sh)
|
||||
|
||||
After that start and enable Wekan:
|
||||
```
|
||||
sudo systemctl start wekan
|
||||
sudo systemctl enable wekan
|
||||
```
|
||||
|
||||
Wekan should work at your ROOT_URL in your webbrowser like http://192.168.0.x
|
||||
|
||||
Note: Configuring email is not required to use Wekan.
|
||||
|
||||
If you really would like to install email sending server,
|
||||
|
|
@ -197,7 +205,6 @@ MAIL_FROM='Board Support <wekan@example.com>'
|
|||
|
||||
It is much more recommended to use [email sending service like AWS SES or some other service](https://github.com/wekan/wekan/wiki/Troubleshooting-Mail) that can ensure delivering email correctly, for Wekan email notifications etc.
|
||||
|
||||
|
||||
If your router has ports forwarded to your RasPi (in virtual server settings at http://192.168.0.1), then you could also [install nginx and Let's Encrypt SSL](https://github.com/wekan/wekan-bash-install-autoupgrade/blob/master/install.sh) in front of Wekan.
|
||||
|
||||
***
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue