fixed gitea repo names
This commit is contained in:
parent
a112723532
commit
bb01d48f7d
8 changed files with 13 additions and 16 deletions
|
@ -1,3 +1,3 @@
|
|||
aur:
|
||||
pkgs:
|
||||
gogs: []
|
||||
gitea: []
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
backup:
|
||||
gogs:
|
||||
location: /var/lib/gogs/
|
||||
gitea:
|
||||
location: /var/lib/gitea/
|
||||
rsync_user: backups
|
||||
key: backups_key
|
||||
host: host.actcur.com
|
|
@ -1,9 +1,9 @@
|
|||
database:
|
||||
users:
|
||||
gogs:
|
||||
gitea:
|
||||
host: git.actcur.com
|
||||
databases:
|
||||
gogs:
|
||||
gogs:
|
||||
gitea:
|
||||
gitea:
|
||||
host: git.actcur.com
|
||||
grant: all privileges
|
|
@ -1,6 +1,6 @@
|
|||
git:
|
||||
tmux-root:
|
||||
repo: "ssh://gogs@git.actcur.com:5022/actcur/tmux.git"
|
||||
repo: "ssh://gitea@git.actcur.com:5022/actcur/tmux.git"
|
||||
path: "/root/tmux"
|
||||
branch: "master"
|
||||
key: "git_actcur"
|
||||
|
@ -8,7 +8,7 @@ git:
|
|||
email: "actcur@actcur.com"
|
||||
name: "Actaeus Curabitur"
|
||||
tmux-ejparker:
|
||||
repo: "ssh://gogs@git.actcur.com:5022/actcur/tmux.git"
|
||||
repo: "ssh://gitea@git.actcur.com:5022/actcur/tmux.git"
|
||||
path: "/ejparker/tmux"
|
||||
branch: "master"
|
||||
key: "git_actcur"
|
||||
|
@ -16,7 +16,7 @@ git:
|
|||
email: "actcur@actcur.com"
|
||||
name: "Actaeus Curabitur"
|
||||
web:
|
||||
repo: "ssh://gogs@git.actcur.com:5022/actcur/portal.git"
|
||||
repo: "ssh://gitea@git.actcur.com:5022/actcur/portal.git"
|
||||
path: "/srv/http/portal"
|
||||
branch: "master"
|
||||
key: "git_actcur"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
git:
|
||||
salt:
|
||||
repo: "ssh://gogs@git.actcur.com:5022/actcur/salt.git"
|
||||
repo: "ssh://gitea@git.actcur.com:5022/actcur/salt.git"
|
||||
path: "/srv/salt/prod"
|
||||
branch: "master"
|
||||
key: "git_actcur"
|
||||
|
@ -8,7 +8,7 @@ git:
|
|||
email: "actcur@actcur.com"
|
||||
name: "Actaeus Curabitur"
|
||||
salt_dev:
|
||||
repo: "ssh://gogs@git.actcur.com:5022/actcur/salt.git"
|
||||
repo: "ssh://gitea@git.actcur.com:5022/actcur/salt.git"
|
||||
path: "/srv/salt/dev"
|
||||
branch: "dev"
|
||||
key: "git_actcur"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
git:
|
||||
ytdownloader:
|
||||
repo: "ssh://gogs@git.actcur.com:5022/actcur/ytdownloader.git"
|
||||
repo: "ssh://gitea@git.actcur.com:5022/actcur/ytdownloader.git"
|
||||
path: "/root/scripts/ytdownloader"
|
||||
branch: "master"
|
||||
key: "git_actcur"
|
||||
|
|
|
@ -117,7 +117,7 @@ router:
|
|||
mac: 52:54:00:7e:cc:99
|
||||
ip: 172.16.41.68
|
||||
ports:
|
||||
gogs-ssh: 5022.5022
|
||||
gitea-ssh: 5022.5022
|
||||
baikal:
|
||||
mac: 52:54:00:0f:81:f8
|
||||
ip: 172.16.41.69
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
services:
|
||||
git:
|
||||
gogs: []
|
Loading…
Add table
Reference in a new issue