Compare commits

...

1 commit

Author SHA1 Message Date
Actaeus Curabitur
c962d25726 fixed gitea repo names 2022-08-17 10:16:21 -05:00
8 changed files with 13 additions and 16 deletions

View file

@ -1,3 +1,3 @@
aur: aur:
pkgs: pkgs:
gogs: [] gitea: []

View file

@ -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

View file

@ -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

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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

View file

@ -1,3 +0,0 @@
services:
git:
gogs: []