-
Notifications
You must be signed in to change notification settings - Fork 5
Feature Request : Custom API port #28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @t4nki , thanks for your feature request. I can definitely get your point. |
8000
That's great news ! I'm trying my workflow with this new option as I write, will keep you posted about the results I have a lot of suggestions for your app, I will open tickets for each of those |
😄 I will not guarantee you, that I consider every request, as I will keep the app simple. |
don't worry those will be small suggestions, to match what you want your app to be ;) in the mean time it seems I can't wrap my head around my config money.rafale.lan is obviously the host the application runs on I know jacksh!t about nginx config so I won't be of any help on this matter, might be something to explore though Keep up the good work ! |
I have to make the host of the backend also configurable. Currently it's always localhost. Without a reverse proxy this will fail, if you try to access it from a domain name or via IP. I will post a fix later this day :) |
just saw the update, i'll test it right away and keep you posted |
Yeah :) wait for the images (they take around 10min after new release). New parameters are |
I feel like I'm doing something wrong and that I might have to start all over again. |
Hi
I believe this project is the simplest and most beautiful finace tracker I could find.
But, I have a hard time including it in my workflow.
I run my containers with podman, and group them in pods.
Pods allow you to host several containers with the same IP address.
The fact that ui container and api container run with the same port prevent them to being hosted in the same pod, and it has been buging me.
I'm no developper, but, as far as I understand, it seems golang could allow you to serve all endpoints in one container, eliminating the need for two containers serving one application.
I f this is not feasible, could it be possible setting the API listening port through environment variable.
I understand there is this new environment variable available since v1.5.0 but it still not fits in my workflow.
I hope I'm not being rude or pushy, I'd love to discuss this if necessary.
Regards
The text was updated successfully, but these errors were encountered: