stuff
This commit is contained in:
10
cookbooks/hosting/recipes/user.rb
Normal file
10
cookbooks/hosting/recipes/user.rb
Normal file
@ -0,0 +1,10 @@
|
||||
user 'gitea system user' do
|
||||
comment 'gitea system user'
|
||||
username 'gitea'
|
||||
system true
|
||||
shell '/bin/false'
|
||||
end
|
||||
|
||||
group 'gitea' do
|
||||
members 'gitea'
|
||||
end
|
Reference in New Issue
Block a user