updates to creating podman bricktracker user

This commit is contained in:
2025-10-14 12:33:44 -04:00
parent 69e8e89e72
commit e9c68abeb9

View File

@@ -4,6 +4,19 @@
## Setup ## Setup
### Create the bricktracker user
```bash
# SSH into your podman server as root
useradd bricktracker
loginctl enable-linger $(id -u bricktracker)
systemctl --user --machine=bricktracker@.host enable podman-restart
systemctl --user --machine=bricktracker@.host enable --now podman.socket
mkdir -p /home/bricktracker/.config/containers/systemd
```
### Configure App
1. Copy the `.env.sample` from <https://gitea.baerentsen.space/FrederikBaerentsen/BrickTracker/src/branch/master/.env.sample> to `.env` 1. Copy the `.env.sample` from <https://gitea.baerentsen.space/FrederikBaerentsen/BrickTracker/src/branch/master/.env.sample> to `.env`
2. Set the following: 2. Set the following:
1. `BK_AUTHENTICATION_PASSWORD` 1. `BK_AUTHENTICATION_PASSWORD`