-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Docs for creating a user to run Gitea on Fedora/RHEL/CentOS #24725
New issue
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lunny
approved these changes
May 15, 2023
delvh
approved these changes
May 15, 2023
zjjhot
added a commit
to zjjhot/gitea
that referenced
this pull request
May 16, 2023
* giteaofficial/main: Fix WEBP image copying (go-gitea#24743) Reorganize CSS files (go-gitea#24739) Don't run build and test if only docs changed (go-gitea#24530) [skip ci] Updated translations via Crowdin Rework Oauth login buttons, swap github logo to monocolor (go-gitea#24740) Implement systemd-notify protocol (go-gitea#21151) Bump vm2 from 3.9.17 to 3.9.18 (go-gitea#24742) Refactor Pull Mirror and fix out-of-sync bugs (go-gitea#24732) Unification of registration fields order (go-gitea#24737) Switch to `@eslint-community/eslint-comments` (go-gitea#24736) Docs for creating a user to run Gitea on Fedora/RHEL/CentOS (go-gitea#24725)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The current command doesn't work on Fedora/RHEL/CentOS.
--gecos
: use--comment
instead.--group
: use--gid
instead,--group
means "A list of supplementary groups" on F/R/C.--disabled-password
: leave--password
empty instead, "The default is to disable the password".--home
: use--home-dir
and--create-home
instead.