Ricardo Verduguez
Ricardo Verduguez
Firstly, you can check the documentation about authentication setup here: https://dashy.to/docs/authentication#setting-up-authentication Following the Built-In Auth method, you have to add this to the conf.yml: appConfig.auth.enableGuestAccess: true # for enabling guest...
Same here: Running `docker compose up` with user 1001 docker-compose.yml ```yaml services: gitea: image: gitea/gitea:1.21.6-rootless container_name: gitea restart: always user: "1001:1001" network_mode: services volumes: - ./data:/var/lib/gitea - ./config:/etc/gitea - /etc/timezone:/etc/timezone:ro...
**Same here, just bought an Orange Pi 5 Ultra a week ago, didn't manage to boot or detect NVME.** ``` [orangepi@orangepi-rk3588opi5ultra ~]$ dmesg | grep pcie [ 7.718851] vcc3v3_pcie30: supplied...