20 lines
257 B
Markdown
20 lines
257 B
Markdown
|
# Setup
|
||
|
|
||
|
## Common
|
||
|
|
||
|
- create `.env` file
|
||
|
- create database and initial token
|
||
|
|
||
|
## Alpine Linux
|
||
|
|
||
|
- add xeserv alpine repo + keys
|
||
|
- install routed
|
||
|
- set up an init script
|
||
|
|
||
|
## Docker
|
||
|
|
||
|
- create service
|
||
|
- put `.env` in the service
|
||
|
- start routed with --net=host
|
||
|
|