gotify / server

A simple server for sending and receiving messages in real-time per WebSocket. (Includes a sleek web-ui)
https://gotify.net
Other
11.13k stars 620 forks source link

Fresh install on CasaOS (via BigBearCasaOS) #634

Closed Mattieblower closed 7 months ago

Mattieblower commented 7 months ago

I've installed this on CasaOS, brand new server (Ubuntu) running CasaOS, and Gotify installed within CasaOS.

Loads up, but the default username and password don't work (admin).

I've tried searching around incase BigBearCasaOS alter the login for their repo, but can't find anything. Has anyone got any idea, or know how I can force the change.

I'm very new to this, and learning, so as dummy like help as possible would be great, thank you!

jmattheis commented 7 months ago

BigBearCasaOS uses custom as default password.

https://github.com/bigbeartechworld/big-bear-casaos/blob/692ab0102bab5aadad682ea5a7a54d5ca8df9743/Apps/gotify/docker-compose.yml#L13

Mattieblower commented 7 months ago

BigBearCasaOS uses custom as default password.

https://github.com/bigbeartechworld/big-bear-casaos/blob/692ab0102bab5aadad682ea5a7a54d5ca8df9743/Apps/gotify/docker-compose.yml#L13

Thank you! <3