-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[Feature] Allow changing the base URL #672
Comments
I am willing to take a stab at a fix for this. I understand that the actual-server container uses the actual-app npm module. Since you would want the server and the client to both be available at domain.com/route, I assume this fix requires modification of both the actual-app and the actual-server? |
Sorry for the delay in replying. It would indeed require a modification of both client and server. Off the top of my head, these things would need to change:
There are probably things that I’ve missed, but hopefully the information listed above is enough to get you up and running so you can more thoroughly test things out and find the things I forgot about :) The existing frontend should work as-is with the API not being hosted at the root (i.e. put |
IMHO you should use the |
@asfalots That’s not enough to get things working properly — the things I listed in my comment need to be changed too. |
I agree, this is certainly needed |
✨ Thanks for sharing your idea! ✨ This repository is now using lodash style issue management for enhancements. This means enhancement issues will now be closed instead of leaving them open. This doesn’t mean we don’t accept feature requests, though! We will consider implementing ones that receive many upvotes, and we welcome contributions for any feature requests marked as needing votes (just post a comment first so we can help you make a successful contribution). The enhancement backlog can be found here: https://github.com/actualbudget/actual/issues?q=is%3Aissue+label%3A%22needs+votes%22+sort%3Areactions-%2B1-desc Don’t forget to upvote the top comment with 👍! |
This is still an issue as For my use case, I cannot run it as a subdomain and instead need to change the base URL to a custom path (ie: are there any developments to get configurable base URL's in actual? |
I'd also like this to be implemented, if there are any developments. |
Really wish this was implemented... it's the last thing holding me back from using actualbudget. |
Have there been any developments on this? I tried the solution under the linked “don’t clobber” discussion but it didn’t work unfortunately. |
Verified feature request does not already exist?
💻
Pitch: what problem are you trying to solve?
I'd like to access my Actual Budget from a subfolder on the domain such as example.com/budget
I am using SWAG reverse proxy.
Currently there is no way to set the base URL and as such, any reverse proxy used in this configuration does not work.
Describe your ideal solution to this problem
No response
Teaching and learning
No response
The text was updated successfully, but these errors were encountered: