Still Self Hostable? #235
Replies: 4 comments 6 replies
|
You can run it locally. The front-end app is decoupled from the backend. You just won’t have access to the backend functions unless you do some manual configuration around CORs and https. Do you get any errors that prevent localhost usage? Besides the api not available from the profile tab. |
|
@dvmarinoff Do you plan on open sourcing the backend eventually? |
|
Why Oauth?
I am open to adding the http option for Intervals.icu, but I don't have the time to plan, design and implement the feature. On privacy, I don't collect or store any data on the server, and I deliberately left the option for user to register with fake or one of those privacy emails. The only draw back is that if you use actually fake email you won't be able to reset the password, but there are Password managers, and you can always just create another registration, I delete the inactive ones anyway, and I mean hard delete, not just switching a flag in the database. At the end these profiles exist only to facilitate the OAuth authorization and nothing else. The only 3rd party thing that's active on the Let me know if you have any privacy concerns or something else, and I'll try to address them. |
|
I hacked together a way of using the Intervals.icu integration without the auuki backend, by using Intervals athlete API key. It can be tested by cherry picking b03f26f Here's a screenshot of my UI that replaces the existing Profile screen when enabled: |

Uh oh!
There was an error while loading. Please reload this page.
I assume this is no longer self-hostable with the profile/login screen? I have been running this from the beginning days of Flux on my own hardware....am I correct that the new version wouldn't run locally?
All reactions