3 Commits
1.0.3 ... 1.0.4

Author SHA1 Message Date
9fb8222425 Add peertube 2021-08-08 18:24:17 -05:00
b74b132072 Add category for internal services 2021-08-08 18:23:37 -05:00
879b62eb0b Set up automatic deployment 2021-08-01 15:09:26 -05:00
2 changed files with 15 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ variables:
stages:
- build
# - test
- deploy
services:
- docker:dind
before_script:
@@ -52,3 +53,10 @@ Build_Tag:
--push
.
- docker images
# DEPLOY
Deploy:
stage: deploy
only:
- tags
trigger: rehashedsalt/ansible

View File

@@ -14,6 +14,7 @@
<li><a href="https://git.desu.ltd">Gitea</a> - My personal code forge</li>
<li><a href="https://nc.desu.ltd">Nextcloud</a> - For storing files and other things</li>
<li><a href="https://cowfee.moe">Pleroma</a> - A place to shitpost to strangers</li>
<li><a href="https://tube.cowfee.moe">Peertube</a> - Federated shitpost, video edition</li>
</ul>
<h1>Docs</h1>
<ul>
@@ -23,6 +24,12 @@
<ul>
<li><a href="https://www.9iron.club">9iron.club</a> - The place where me and my friends keep docs and cool shit.</li>
</ul>
<h1>Internal Shit</h1>
<p>Odds are you won't be able to access any of this. And that's by design; piss off.</p>
<ul>
<li><a href="https://netbox.desu.ltd">Netbox</a> - Source of truth for all the things</li>
<li><a href="https://nagios.desu.ltd">Nagios</a> - The monitoring system I use for desu.ltd</li>
</ul>
</div>
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-footer.php';?>
</body>