We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I would like to access the files of my gitea installation. But to do so, the password for user "gitea" (created by this package) is required.
Where do I find this password?
The text was updated successfully, but these errors were encountered:
Probably, you could just use root user while in SSH
Login to your NAS using your credentials, then
sudo -i
should do the work.
But if You want to change to gitea user, for example to create dump using ./gitea dump function, you should:
sudo -i cd /etc vi group aministration -> add gitea to that group cd /etc vi passwd /var/packages/Gitea/target --> /var/packages/Gitea/target/gitea /sbin/nologin target --> /bin/sh
sudo -i cd /etc vi group aministration -> add gitea to that group
cd /etc vi passwd /var/packages/Gitea/target --> /var/packages/Gitea/target/gitea /sbin/nologin target --> /bin/sh
after this, You should be able to change user to "gitea" by
su - gitea
No password required. Just used this to create a backup and it works.
Sorry, something went wrong.
No branches or pull requests
I would like to access the files of my gitea installation. But to do so, the password for user "gitea" (created by this package) is required.
Where do I find this password?
The text was updated successfully, but these errors were encountered: