Skip to content
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

Docs for creating a user to run Gitea on Fedora/RHEL/CentOS #24725

Merged
merged 6 commits into from
May 15, 2023

Conversation

wolfogre
Copy link
Member

@wolfogre wolfogre commented May 15, 2023

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.

@wolfogre wolfogre added the type/docs This PR mainly updates/creates documentation label May 15, 2023
@GiteaBot GiteaBot added the lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. label May 15, 2023
@pull-request-size pull-request-size bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label May 15, 2023
@GiteaBot GiteaBot added lgtm/need 1 This PR needs approval from one additional maintainer to be merged. and removed lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. labels May 15, 2023
@GiteaBot GiteaBot added lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. and removed lgtm/need 1 This PR needs approval from one additional maintainer to be merged. labels May 15, 2023
@lunny lunny added the reviewed/wait-merge This pull request is part of the merge queue. It will be merged soon. label May 15, 2023
@wolfogre wolfogre removed the reviewed/wait-merge This pull request is part of the merge queue. It will be merged soon. label May 15, 2023
@wolfogre wolfogre added the reviewed/wait-merge This pull request is part of the merge queue. It will be merged soon. label May 15, 2023
@lunny lunny merged commit f74bd9d into go-gitea:main May 15, 2023
15 checks passed
@GiteaBot GiteaBot added this to the 1.20.0 milestone May 15, 2023
@GiteaBot GiteaBot removed the reviewed/wait-merge This pull request is part of the merge queue. It will be merged soon. label 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)
@go-gitea go-gitea locked as resolved and limited conversation to collaborators Aug 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. type/docs This PR mainly updates/creates documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants