You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have run the set up as per the readme and followed the guidance on one of the issues for people not being able to log in to Proton using their full username (use the first bit before @ first) #253 and that worked great.
The only downside was that I had to open a terminal window and run hydroxide serve before I could download my email. So I tried to run the hydroxide.service using Systemd and it ran fine, but when I then try and log in using Thunderbird, it said the password was incorrect. I ran hydroxide auth [username] again, got a new bridge password and put that in Thunderbird, but it wasn't having it.
I tried uninstalling Hydroxide and re-installing it (from AUR) and when I ran hydroxide status I was already logged in without having to log in again after a clean install (I'm guessing there's a file somewhere that holds all my details that wasn't deleted when I removed it using yay -Rs hydroxide).
If I disable the service and run hydroxide serve it works fine, it's like the hydroxide.service isn't pointing to the same authentication file created by manually running hydroxide serve.
Is there a way to point the hydroxide.service to the same auth file, or have I done something wrong?
Thanks and apologies in advance
The text was updated successfully, but these errors were encountered:
By default, systemd operates with root privileges so it stores file in the /root/ directory, whereas if you manually run Hydroxide as a standard user, the necessary files will be stored in the home directory of that user.
If you want systemd (running as root) to access your already authenticated protonmail users, you have two options:
Run systemd as a user by using the --user flag. This will require placing the systemd service in the user directory. Or
Move/ create a link to your current user’s Hydroxide config from the root user directory.
I have run the set up as per the readme and followed the guidance on one of the issues for people not being able to log in to Proton using their full username (use the first bit before @ first) #253 and that worked great.
The only downside was that I had to open a terminal window and run
hydroxide serve
before I could download my email. So I tried to run the hydroxide.service using Systemd and it ran fine, but when I then try and log in using Thunderbird, it said the password was incorrect. I ranhydroxide auth [username]
again, got a new bridge password and put that in Thunderbird, but it wasn't having it.I tried uninstalling Hydroxide and re-installing it (from AUR) and when I ran
hydroxide status
I was already logged in without having to log in again after a clean install (I'm guessing there's a file somewhere that holds all my details that wasn't deleted when I removed it usingyay -Rs hydroxide
).If I disable the service and run
hydroxide serve
it works fine, it's like the hydroxide.service isn't pointing to the same authentication file created by manually runninghydroxide serve
.Is there a way to point the hydroxide.service to the same auth file, or have I done something wrong?
Thanks and apologies in advance
The text was updated successfully, but these errors were encountered: