bundles: move non-login users to items.py
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit
This commit is contained in:
parent
d0647b2e3c
commit
6cd02dc563
14 changed files with 53 additions and 40 deletions
|
@ -8,7 +8,16 @@ downloads = {
|
|||
},
|
||||
}
|
||||
|
||||
users = {
|
||||
'git': {},
|
||||
}
|
||||
|
||||
directories = {
|
||||
'/home/git': {
|
||||
'mode': '0755',
|
||||
'owner': 'git',
|
||||
'group': 'git',
|
||||
},
|
||||
'/var/lib/gitea': {
|
||||
'owner': 'git',
|
||||
'mode': '0700',
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
defaults = {
|
||||
'users': {
|
||||
'git': {
|
||||
'do_not_remove_authorized_keys_from_home': True,
|
||||
'home-mode': '0755',
|
||||
},
|
||||
},
|
||||
'gitea': {
|
||||
'database': {
|
||||
'username': 'gitea',
|
||||
|
|
|
@ -24,6 +24,12 @@ actions = {
|
|||
},
|
||||
}
|
||||
|
||||
users = {
|
||||
'mautrix-telegram': {
|
||||
'home': '/opt/mautrix-telegram',
|
||||
},
|
||||
}
|
||||
|
||||
directories = {
|
||||
'/opt/mautrix-telegram/src': {},
|
||||
}
|
||||
|
|
|
@ -4,12 +4,6 @@ defaults = {
|
|||
'ffmpeg': {},
|
||||
},
|
||||
},
|
||||
'users': {
|
||||
'mautrix-telegram': {
|
||||
'home': '/opt/mautrix-telegram',
|
||||
'home-mode': '0755',
|
||||
},
|
||||
},
|
||||
'matrix-synapse': {
|
||||
'appservice_configs': {
|
||||
'/opt/mautrix-telegram/registration.yaml',
|
||||
|
|
|
@ -10,6 +10,12 @@ directories = {
|
|||
},
|
||||
}
|
||||
|
||||
users = {
|
||||
'mx-puppet-discord': {
|
||||
'home': '/opt/mx-puppet-discord',
|
||||
},
|
||||
}
|
||||
|
||||
files = {
|
||||
'/opt/mx-puppet-discord/config.yaml': {
|
||||
'owner': 'mx-puppet-discord',
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
defaults = {
|
||||
'users': {
|
||||
'mx-puppet-discord': {
|
||||
'home': '/opt/mx-puppet-discord',
|
||||
'home-mode': '0755',
|
||||
},
|
||||
},
|
||||
'matrix-synapse': {
|
||||
'appservice_configs': {
|
||||
'/opt/mx-puppet-discord/registration.yaml',
|
||||
|
|
|
@ -6,6 +6,12 @@ directories = {
|
|||
},
|
||||
}
|
||||
|
||||
users = {
|
||||
'radicale': {
|
||||
'home': '/var/lib/radicale',
|
||||
},
|
||||
}
|
||||
|
||||
files = {
|
||||
'/etc/systemd/system/radicale.service': {
|
||||
'triggers': {
|
||||
|
|
|
@ -4,9 +4,4 @@ defaults = {
|
|||
'python3-radicale': {},
|
||||
},
|
||||
},
|
||||
'users': {
|
||||
'radicale': {
|
||||
'home': '/var/lib/radicale',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
@ -1,3 +1,17 @@
|
|||
users = {
|
||||
'seafile': {
|
||||
'home': '/opt/seafile',
|
||||
},
|
||||
}
|
||||
|
||||
directories = {
|
||||
'/opt/seafile': {
|
||||
'mode': '0755',
|
||||
'owner': 'seafile',
|
||||
'group': 'seafile',
|
||||
},
|
||||
}
|
||||
|
||||
files = {
|
||||
'/etc/systemd/system/seafile.service': {
|
||||
'needed_by': {
|
||||
|
|
|
@ -7,10 +7,4 @@ defaults = {
|
|||
'python3-pip': {},
|
||||
},
|
||||
},
|
||||
'users': {
|
||||
'seafile': {
|
||||
'home': '/opt/seafile',
|
||||
'home-mode': '0755',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
@ -5,6 +5,12 @@ pkg_apt = {
|
|||
'cpanminus': {},
|
||||
}
|
||||
|
||||
users = {
|
||||
'travelynx': {
|
||||
'home': '/opt/travelynx',
|
||||
},
|
||||
}
|
||||
|
||||
directories = {
|
||||
'/var/cache/travelynx': {
|
||||
'owner': 'travelynx',
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
defaults = {
|
||||
'users': {
|
||||
'travelynx': {
|
||||
'home': '/opt/travelynx',
|
||||
'home-mode': '0755',
|
||||
},
|
||||
},
|
||||
'travelynx': {
|
||||
'database': {
|
||||
'username': 'travelynx',
|
||||
|
|
|
@ -38,6 +38,12 @@ streams = {
|
|||
files = {}
|
||||
svc_systemd = {}
|
||||
|
||||
users = {
|
||||
'voc': {
|
||||
'home': '/opt/voc-loudness-monitor',
|
||||
},
|
||||
}
|
||||
|
||||
for stream_id, config in streams.items():
|
||||
config['id'] = stream_id
|
||||
|
||||
|
|
|
@ -4,9 +4,4 @@ defaults = {
|
|||
'ffmpeg': {},
|
||||
},
|
||||
},
|
||||
'users': {
|
||||
'voc': {
|
||||
'home': '/opt/voc-loudness-monitor',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue