move from gitea to forgejo
This commit is contained in:
parent
16866e54ec
commit
5b31f5dddb
11 changed files with 64 additions and 64 deletions
|
@ -4,8 +4,8 @@
|
|||
- ssh
|
||||
- nsd
|
||||
- syncthing
|
||||
- kms
|
||||
- pizzeria
|
||||
- gitea
|
||||
- forgejo
|
||||
- radicale
|
||||
- mastodon
|
||||
- kms
|
4
playbooks/forgejo.yml
Normal file
4
playbooks/forgejo.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
- name: Install forgejo
|
||||
hosts: nucs
|
||||
roles:
|
||||
- forgejo
|
|
@ -1,4 +0,0 @@
|
|||
- name: Install gitea
|
||||
hosts: nucs
|
||||
roles:
|
||||
- gitea
|
Reference in a new issue