From acafd7a214abe63c043754fc925d71cf99efcb04 Mon Sep 17 00:00:00 2001 From: faulty Date: Wed, 1 Mar 2023 15:21:06 +0100 Subject: [PATCH] fixes overall --- .gitmodules | 13 ------------- README.md | 15 +++++++++++++-- repos/faulty-site | 1 - repos/ixvd-site | 1 - tools/deploy-tools.sh | 16 ---------------- 5 files changed, 13 insertions(+), 33 deletions(-) delete mode 160000 repos/faulty-site delete mode 160000 repos/ixvd-site delete mode 100755 tools/deploy-tools.sh diff --git a/.gitmodules b/.gitmodules index 9fd7d96..26a052b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,20 +1,7 @@ -[submodule "repos/dotfiles"] - path = repos/dotfiles - url = git@git.ixvd.net:didier/dotfiles - [submodule "env"] path = env url = git@git.ixvd.net:infra/env -[submodule "repos/main-site"] - path = repos/faulty-site - url = git@git.ixvd.net:didier/site -[submodule "repos/backups"] - path = repos/backups - url = git@git.ixvd.net:infra/backups -[submodule "repos/ixvd-site"] - path = repos/ixvd-site - url = git@git.ixvd.net:this/site [submodule "custom/backups/repo"] path = custom/backups/repo url = git@git.ixvd.net:infra/backups diff --git a/README.md b/README.md index 7ea9201..b3d4d5e 100644 --- a/README.md +++ b/README.md @@ -1,40 +1,51 @@ -# Neo, compose. +# Neo, compose ## Maintainers + Primary maintainers over this repo. - Didier `` ## Compose Sections + All sections are divided into files. ### base + > Note: this is an establishing-section. It should not include services. This section is responsible for the reverse proxy and all other to establish a proper connection to a service. ### core + Core is responsible for some essential services used throughout the IXVD/Faulty ecosystem. ### cloud + Section related to cloud services. E.g. Cryptpad. ### devops + Anything related to having a proper development experience. ### dev-serve + Contains servers used for collaborative development. E.g. databases, message brokers, etc. ### games + Any games hosted on neo are located here. ### media + Media servers. ### utils + Utilities that are too category-scarce to get it's own section. ### web -Websites and such. \ No newline at end of file + +Websites and such. diff --git a/repos/faulty-site b/repos/faulty-site deleted file mode 160000 index c2e9e57..0000000 --- a/repos/faulty-site +++ /dev/null @@ -1 +0,0 @@ -Subproject commit c2e9e574a6b157d8d3f62024ca5454bb851382ef diff --git a/repos/ixvd-site b/repos/ixvd-site deleted file mode 160000 index bea3757..0000000 --- a/repos/ixvd-site +++ /dev/null @@ -1 +0,0 @@ -Subproject commit bea37577df63b3505173b24d189185c20f2b1b0f diff --git a/tools/deploy-tools.sh b/tools/deploy-tools.sh deleted file mode 100755 index 5867bd7..0000000 --- a/tools/deploy-tools.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh - -if [ "$(id -u)" -ne 0 ]; then - echo "Please run as root" - exit -fi - -case $1 in - router) - cp router.sh /usr/local/bin/router.sh - ;; - repo) - mkdir /docker - cp * .* /docker - ;; -esac \ No newline at end of file