Styling updates for Gitea upgrades

This commit is contained in:
2025-09-30 17:14:49 -05:00
parent 25c9872a0a
commit b50de1e4f7
6 changed files with 23 additions and 13 deletions

View File

@@ -23,6 +23,7 @@ all:
static: false static: false
wireless_ssid: 'Shadownet' wireless_ssid: 'Shadownet'
ansible_python_interpreter: auto_silent ansible_python_interpreter: auto_silent
aether_primary: 'Yggdrasil'
ldap: ldap:
server: "10.0.1.3" server: "10.0.1.3"
orgdn: "dc=aninix,dc=net" orgdn: "dc=aninix,dc=net"
@@ -38,6 +39,9 @@ all:
ssl: # Standard SSL cryptographic standards ssl: # Standard SSL cryptographic standards
identity: 'aninix.net-0002' # The Let's Encrypt identity to use identity: 'aninix.net-0002' # The Let's Encrypt identity to use
ciphersuite: "!NULL:!SSLv2:!SSLv3:!TLSv1:EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH" ciphersuite: "!NULL:!SSLv2:!SSLv3:!TLSv1:EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH"
Aether_nodes:
- DedSec.msn0.aninix.net
children: children:
managed: managed:
children: children:
@@ -117,7 +121,7 @@ all:
ipinterface: ens3 ipinterface: ens3
mac: 00:15:5d:01:02:10 mac: 00:15:5d:01:02:10
cores: 4 cores: 4
memory: 4 memory: 6
vnc: 8 vnc: 8
bridge: br0 bridge: br0
uefi: true uefi: true
@@ -130,8 +134,8 @@ all:
ipinterface: ens3 ipinterface: ens3
ip: 10.0.1.17 ip: 10.0.1.17
mac: 00:15:5d:01:02:05 mac: 00:15:5d:01:02:05
cores: 4 cores: 2
memory: 4 memory: 2
vnc: 9 vnc: 9
bridge: br0 bridge: br0
disks: disks:
@@ -291,7 +295,7 @@ all:
mac: 70:74:14:4f:8e:42 mac: 70:74:14:4f:8e:42
Node0: Node0:
ip: 10.0.1.66 ip: 10.0.1.66
mac: e0:be:03:77:0e:88 mac: 70:32:17:46:49:89
LivingRoomTV: LivingRoomTV:
ip: 10.0.1.69 ip: 10.0.1.69
mac: 80:d2:1d:17:63:0e mac: 80:d2:1d:17:63:0e
@@ -322,8 +326,9 @@ all:
Gatekeeper: Gatekeeper:
ip: 10.0.2.4 ip: 10.0.2.4
mac: 64:52:99:14:28:2b mac: 64:52:99:14:28:2b
# CaretakerAlpha has no network
# iRobot Roomba # iRobot Roomba
# CaretakerAlpha has no network
CaretakerBravo: CaretakerBravo:
ip: 10.0.2.5 ip: 10.0.2.5
mac: 40:9f:38:95:06:34 mac: 40:9f:38:95:06:34
# CaretakerCharlie has no network

View File

@@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
result="$(find roles/*/{files,templates} -type f -exec file {} \; | grep -Ev ASCII\ text\|empty\|Unicode\ text | grep -v motd.txt.j2)" result="$(find roles/*/{files,templates} -type f -exec file {} \; | grep -Ev ASCII\ text\||JSON|empty\|Unicode\ text | grep -v motd.txt.j2)"
if [ -n "$result" ]; then if [ -n "$result" ]; then
echo "These files need to be evaluated -- generally, don't commit data files to Git." echo "These files need to be evaluated -- generally, don't commit data files to Git."
echo "$result" echo "$result"

View File

@@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
URI=https://aninix.net/assets/css/theme-arc-green.css URI=https://aninix.net/assets/css/theme-gitea-dark.css
# Gitea arc-green palette # Gitea arc-green palette
BOLDTEXT='#87ab63' BOLDTEXT='#87ab63'
@@ -62,3 +62,6 @@ for i in `find . -type f`; do
cat "$i" cat "$i"
echo "$foot") > /var/lib/gitea/custom/public/assets/"$i".html echo "$foot") > /var/lib/gitea/custom/public/assets/"$i".html
done done
# AniNIX Martial Arts Special Sauce
sed -i 's#/user/login?redirect_to=%2f#/user/login?redirect_to=%2FMartialArts#g' /var/lib/gitea/custom/public/assets/martialarts/index.html

View File

@@ -60,10 +60,10 @@
<p>We host a number of web apps to make our users' lives easier. <p>We host a number of web apps to make our users' lives easier.
</div> </div>
<div class="ui stackable middle very relaxed page grid"> <div class="ui stackable middle very relaxed page grid">
<div class="four wide center column"><a title="AniNIX/Singularity" href="https://singularity.aninix.net"><img style="width: 50px; height:auto; margin: 0; padding: 0 auto;" alt=RSS src="/assets/img/icons/Singularity.png" /><p>AniNIX/Singularity (News powered by TT-RSS)</p></a></div> <div class="four wide center column"><a title="AniNIX/Singularity" href="https://singularity.aninix.net"><img style="width: 50px; height:auto; margin: 0; padding: 0 auto;" alt=RSS src="/assets/img/icons/Singularity.png" /><p>Singularity</p></a><p>News powered by TT-RSS</p></div>
<div class="four wide center column"><a title="AniNIX/Yggdrasil" href="https://yggdrasil.aninix.net"><img style="width: 50px; height:auto; margin: 0; padding: 0 auto;" src="/assets/img/icons/Yggdrasil.png" /><p>AniNIX/Yggdrasil (Media powered by Emby)</p></a></div> <div class="four wide center column"><a title="AniNIX/Yggdrasil" href="https://yggdrasil.aninix.net"><img style="width: 50px; height:auto; margin: 0; padding: 0 auto;" src="/assets/img/icons/Yggdrasil.png" /><p>Yggdrasil</p></a><p>Media powered by Emby</p></div>
<div class="four wide center column"><a title="AniNIX/Sharingan" href="https://sharingan.aninix.net"><img src="/assets/img/icons/Sharingan.png" style="width: 50px; height:auto; margin: 0; padding: 0 auto;" /><p>AniNIX/Sharingan (Monitoring powered by Graylog)</p></a></div> <div class="four wide center column"><a title="AniNIX/Sharingan" href="https://sharingan.aninix.net"><img src="/assets/img/icons/Sharingan.png" style="width: 50px; height:auto; margin: 0; padding: 0 auto;" /><p>Sharingan</p></a><p>Monitoring powered by Graylog</p></div>
<div class="four wide center column"><a title="AniNIX/Cyberbrain" href="https://cyberbrain.aninix.net"><img src="/assets/img/icons/Cyberbrain.png" style="width: 50px; height:auto; margin: 0; padding: 0 auto;" /><p>AniNIX/Cyberbrain (SFTP Dropbox)</p></a></div> <div class="four wide center column"><a title="AniNIX/Cyberbrain" href="https://cyberbrain.aninix.net"><img src="/assets/img/icons/Cyberbrain.png" style="width: 50px; height:auto; margin: 0; padding: 0 auto;" /><p>Cyberbrain</p></a><p>SFTP Dropbox</p></div>
</div> </div>
</div> </div>
<hr style="margin-top: 50px;" /> <hr style="margin-top: 50px;" />

View File

@@ -17,7 +17,7 @@
<div class="eight wide center column"> <div class="eight wide center column">
<h1 class="hero ui icon header"> <h1 class="hero ui icon header">
<img width=20px height=20px src='/assets/img/icons/Foundation.png'/> <img width=20px height=20px src='/assets/img/icons/Foundation.png'/>
<a href="/mawiki">Open-source</a> <a href="/MartialArts/Wiki/src/branch/main/README.md">Open-source</a>
</h1> </h1>
<p class="large"> <p class="large">
We want your training with our system to become a part of your life. This means that we provide access to a revision-controlled copy of our notes that all our students can download, keep, and contribute to. We're tired of the old era where how the system works is kept hidden from students and piecemealed out as a marketing ploy -- we want to be as trasparent as possible in how our program and our martial art function. Transparency keeps our instructors honest and our students engaged -- this means a better martial arts experience for everyone. We want your training with our system to become a part of your life. This means that we provide access to a revision-controlled copy of our notes that all our students can download, keep, and contribute to. We're tired of the old era where how the system works is kept hidden from students and piecemealed out as a marketing ploy -- we want to be as trasparent as possible in how our program and our martial art function. Transparency keeps our instructors honest and our students engaged -- this means a better martial arts experience for everyone.

View File

@@ -107,9 +107,11 @@ SHOW_USER_EMAIL = true
; Set the default theme for the Gitea install ; Set the default theme for the Gitea install
DEFAULT_THEME = aninix DEFAULT_THEME = aninix
; All available themes. Allow users select personalized themes regardless of the value of `DEFAULT_THEME`. ; All available themes. Allow users select personalized themes regardless of the value of `DEFAULT_THEME`.
THEMES = gitea,arc-green,aninix THEMES = gitea-light,gitea-dark,aninix
; Whether the full name of the users should be shown where possible. If the full name isn't set, the username will be used. ; Whether the full name of the users should be shown where possible. If the full name isn't set, the username will be used.
DEFAULT_SHOW_FULL_NAME = false DEFAULT_SHOW_FULL_NAME = false
; Disabling since we can check as a pre-commit hook
AMBIGUOUS_UNICODE_DETECTION = false
[ui.admin] [ui.admin]
; Number of users that are displayed on one page ; Number of users that are displayed on one page