Replies: 3 comments 3 replies
-
Beta Was this translation helpful? Give feedback.
-
|
Oh and what i missed in my initial Post. Thanks for developing the software, i know that its hard and normally users are coming and create issues when they have problem (like me :D) but i still want to say thanks for doing it and open sourcing it, great job! |
Beta Was this translation helpful? Give feedback.
-
|
I did not reply impulsively thinking I might get frustrated myself and unnecessarily use an unpleasant tone. I have pushed a PR for what felt very necessary at the moment. Docker fiasco
Redirects
About CLI: The team hasn't planned much for the CLI and I don't think whatever you've listed there as should be done will be prioritized any sooner excluding the configuration of endpoints via env variable. Regarding JWT The keys are generated automatically in the script via |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I’m trying to keep this as formal as I can, but I’m absolutely raging right now—self-installing Ente has been one of the worst self-hosting experiences I’ve had in years. Here’s what’s driving me up the wall:
1.1 I encountered multiple, conflicting deployment guides with no clear, consistent instructions.
1.2 There’s no consolidated list of environment variables for the web container—only a handful hidden in the install script and a GitHub discussion thread.
1.3 Where is the verbose-logging option? I’ve wasted over four hours now until i got it working completly chasing issues with not verbose enough container logs and no way to turn up verbosity.
2.1 Please document exactly which ports map to which internal museum apps and their corresponding FQDNs.
2.2 WTF am I getting forwarded to web.ente.io when I access my local instance on port 3001? I log in locally and end up on the public site with my user?! (edit: it looks like i accidentaly created an account there in my testing)—that’s unacceptable and masively confusing. Clarify and document this behavior immediately please!
3.1 I understand providing a standalone binary, but also include the CLI in the museum container so I don’t need a separate system just to manage it.
3.2 Make the endpoint URL configurable via an environment variable—don’t bury it in a static config file.
3.3 why do i even have to use the cli and why cant i use a management web overview to manage all the things and a few additional settings like open for registration and also being able to invite users as example.
3.4 why do i have to configure an user to be used for the cli when i have to define the admin email address either way?! than you could just request the password in that moment for the user, and for automations you could also add the password as an additional command variable.
4.1 PLEASE add the create own JWT and the other password documentation like it is in the self hosting shell to the documentation and dont expect that some random admin is installing go and cloning this repo and try to fix missing go dependencies! the commands from the shell script for creating them is absoluetly fine, please add them to the self hosting documentation.
I’m literally about to lose it at the moment. Please fix the documentation, configuration, and tooling so nobody else has to endure this nightmare. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions