outline-apps
outline-apps copied to clipboard
Managed dynamic keys
Does that mean if I change the IP of my server, I will have to manually update all JSON files one by one? That doesn't sound right. It's enormous work even if you just have dozens of people on that server
What's requiring you to generate so many JSON files?
What's requiring you to generate so many JSON files?
One JSON (key) per user
Why do you need one per user?
Why do you need one per user?
Why not
Why do you need one per user?
So each user can have data limitations to avoid abuse for example
If you want to issue a JSON key per user instead of just giving the same one to everybody I suggest creating a simple service. We'd like to add support for proceduralizing this but there are yet challenges to overcome
a simple service? what do you mean
Like write a quick Flask API that returns JSON, or whatever you're comfortable with
I don't really do coding. If you find or make something usable for that particular situation, please don't hesitate to share :) Thanks Daniel
I hear you! We're working on it :)
<3