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:
|
aur:
|
||||||
pkgs:
|
pkgs:
|
||||||
gogs: []
|
gitea: []
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
backup:
|
backup:
|
||||||
gogs:
|
gitea:
|
||||||
location: /var/lib/gogs/
|
location: /var/lib/gitea/
|
||||||
rsync_user: backups
|
rsync_user: backups
|
||||||
key: backups_key
|
key: backups_key
|
||||||
host: host.actcur.com
|
host: host.actcur.com
|
|
@ -1,9 +1,9 @@
|
||||||
database:
|
database:
|
||||||
users:
|
users:
|
||||||
gogs:
|
gitea:
|
||||||
host: git.actcur.com
|
host: git.actcur.com
|
||||||
databases:
|
databases:
|
||||||
gogs:
|
gitea:
|
||||||
gogs:
|
gitea:
|
||||||
host: git.actcur.com
|
host: git.actcur.com
|
||||||
grant: all privileges
|
grant: all privileges
|
|
@ -1,6 +1,6 @@
|
||||||
git:
|
git:
|
||||||
tmux-root:
|
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"
|
path: "/root/tmux"
|
||||||
branch: "master"
|
branch: "master"
|
||||||
key: "git_actcur"
|
key: "git_actcur"
|
||||||
|
@ -8,7 +8,7 @@ git:
|
||||||
email: "actcur@actcur.com"
|
email: "actcur@actcur.com"
|
||||||
name: "Actaeus Curabitur"
|
name: "Actaeus Curabitur"
|
||||||
tmux-ejparker:
|
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"
|
path: "/ejparker/tmux"
|
||||||
branch: "master"
|
branch: "master"
|
||||||
key: "git_actcur"
|
key: "git_actcur"
|
||||||
|
@ -16,7 +16,7 @@ git:
|
||||||
email: "actcur@actcur.com"
|
email: "actcur@actcur.com"
|
||||||
name: "Actaeus Curabitur"
|
name: "Actaeus Curabitur"
|
||||||
web:
|
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"
|
path: "/srv/http/portal"
|
||||||
branch: "master"
|
branch: "master"
|
||||||
key: "git_actcur"
|
key: "git_actcur"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
git:
|
git:
|
||||||
salt:
|
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"
|
path: "/srv/salt/prod"
|
||||||
branch: "master"
|
branch: "master"
|
||||||
key: "git_actcur"
|
key: "git_actcur"
|
||||||
|
@ -8,7 +8,7 @@ git:
|
||||||
email: "actcur@actcur.com"
|
email: "actcur@actcur.com"
|
||||||
name: "Actaeus Curabitur"
|
name: "Actaeus Curabitur"
|
||||||
salt_dev:
|
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"
|
path: "/srv/salt/dev"
|
||||||
branch: "dev"
|
branch: "dev"
|
||||||
key: "git_actcur"
|
key: "git_actcur"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
git:
|
git:
|
||||||
ytdownloader:
|
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"
|
path: "/root/scripts/ytdownloader"
|
||||||
branch: "master"
|
branch: "master"
|
||||||
key: "git_actcur"
|
key: "git_actcur"
|
||||||
|
|
|
@ -117,7 +117,7 @@ router:
|
||||||
mac: 52:54:00:7e:cc:99
|
mac: 52:54:00:7e:cc:99
|
||||||
ip: 172.16.41.68
|
ip: 172.16.41.68
|
||||||
ports:
|
ports:
|
||||||
gogs-ssh: 5022.5022
|
gitea-ssh: 5022.5022
|
||||||
baikal:
|
baikal:
|
||||||
mac: 52:54:00:0f:81:f8
|
mac: 52:54:00:0f:81:f8
|
||||||
ip: 172.16.41.69
|
ip: 172.16.41.69
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
services:
|
|
||||||
git:
|
|
||||||
gogs: []
|
|
Loading…
Add table
Reference in a new issue