Tarmslitaren / FrosthavenAssistant

flutter app
GNU Affero General Public License v3.0
184 stars 45 forks source link

Feature: Docker functionality preparations #147

Closed Bockiii closed 1 week ago

Bockiii commented 1 year ago

Hi,

I wanted to create a docker image for x-haven but ran into a few missing features that would be required for it to work "easily" without doing too many hacks :)

Things that would be needed:

I could then provide you the dockerfile and github action to build it on every release.

Bockiii commented 1 year ago

I forgot to add: This functionality would be only needed for the linux version, although it might be interesting for the other OSes as well.

desidius commented 1 year ago

I hope this can be implemented with an additional config for the client itself, even using the current "state" json file for additional settings. Just something simple like "startServer": True, "port":4567 would be really useful.

I'd love a server only release that does not require wireless support for windows (don't know if that is required for linux) and that can be run headless but the config file would be a life changer.

aschneem commented 2 months ago

I have a pull request for a refactor that addresses this issue. It ended up be more complex than hoped, but I'd appreciate additional testing if anyone on this thread is able. PR: https://github.com/Tarmslitaren/FrosthavenAssistant/pull/229 Docker Hub: https://hub.docker.com/r/aschneem/x-haven-server