ServerGeek82

Results 19 comments of ServerGeek82
trafficstars

Below snippet from pipeline yaml that is up and running right now. ``` jump:   | container_name: jump_page   | image: daledavies/jump:disableipv6-dev   | ports:   | - '8123:8080'   | volumes:   | - $DOCKERDIR/jump/backgrounds:/backgrounds  ...

Honestly. I love the simplicity. Keep it simple. My idea would be that all other lines are not visible. Or collapsed idea. Or show top > time > bottom. So...

Posting this as i didn't see any work around already posted. I put a dummy .env file as a mount with BLANKFILE inside the file. Allowed me to finish setup.

Container is still up and running. So workaround works. Shall see in the next server reboot.

So here is my Docker compose file ```--- services: linkace-db: image: mariadb:10.7 container_name: linkace-db command: mysqld --character-set-server=utf8mb4 --collation-server=utf8mb4_bin environment: PGID: 1000 PUID: 1000 TZ: "America/Phoenix" UMASK_SET: 002 MYSQL_ROOT_PASSWORD: ChangeThisToASecurePassword! MYSQL_USER:...

updated thank you. its still early

Many self hosted app use Shoutrrr API as part of the docker image to handle the integration with other services. typically its just a JSON payload.

dark mode would be an awesome add. Project is awesome.

Would be very useful.