Skip to content

Commit 1de508e

Browse files
committed
Small update to server project.
Dev log coming very soon :D
1 parent f5e71a8 commit 1de508e

File tree

12 files changed

+27
-24
lines changed

12 files changed

+27
-24
lines changed

Assets/BaseFiles/Page/Footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<h5 id="Fooder_Border">###DATE_TEXT###&nbsp;&nbsp;|&nbsp;&nbsp;©️ CatWithCode&nbsp;&nbsp;|&nbsp;&nbsp;###LICENSE###<br>&nbsp;&nbsp;Latest Build:<b>2025.12.28 - 02:47</b></h5>
1+
<h5 id="Fooder_Border">###DATE_TEXT###&nbsp;&nbsp;|&nbsp;&nbsp;©️ CatWithCode&nbsp;&nbsp;|&nbsp;&nbsp;###LICENSE###<br>&nbsp;&nbsp;Latest Build:<b>2026.01.04 - 20:07</b></h5>

Assets/MainFunctions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const header_STATIC_HTML_INSERT = '<h2 id="Header_Border" align="center"> <a hr
3333
// ### HARD_CODE_TRIGGER ###
3434
// footer
3535
// Assets/BaseFiles/Page/Footer.html
36-
const footer_STATIC_HTML_INSERT = '<h5 id="Fooder_Border">###DATE_TEXT###&nbsp;&nbsp;|&nbsp;&nbsp;©️ CatWithCode&nbsp;&nbsp;|&nbsp;&nbsp;###LICENSE###<br>&nbsp;&nbsp;Latest Build:<b>2025.12.28 - 02:47</b></h5>';
36+
const footer_STATIC_HTML_INSERT = '<h5 id="Fooder_Border">###DATE_TEXT###&nbsp;&nbsp;|&nbsp;&nbsp;©️ CatWithCode&nbsp;&nbsp;|&nbsp;&nbsp;###LICENSE###<br>&nbsp;&nbsp;Latest Build:<b>2026.01.04 - 20:07</b></h5>';
3737

3838
// >>> SUB <<<
3939
// ### HARD_CODE_TRIGGER ###

Blog/2025.12.27_Switch_UbuntuServer_to_Proxmox/Switch_UbuntuServer_to_Proxmox.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ <h1>Switching from Ubuntu-Server to Proxmox</h1>
2020
<p>ZFS has quite a big overhead and sending files over FTP to some folders can really use A LOT OF RAM. And I mean a lot. Like 24 GB just for 200 GB backup files. The system slows down the IO-Speed to keep the VM from overflowing the ZFS stuff but wow.</p>
2121
<p>Only anoying thing is updating. On a basic Ubuntu-Server a simple batch script can jump around and execute all update commands one after the other. With this setup I would need to find a way to enter VM's and LXC containers and update them without losing context or script flow and state, exit them and even somehow use API's of Portainer to trigger re-pulls. AKA. Auto-Update is not easily possible with Proxmox. I saw setups online with services all over the place and jobs timed everywhere and so on. Just update everything once a month and be happy it dose not break for no reason after you looked at it funny.</p>
2222
<p>Is this ideal or the best setup? No! The virtiofs use with VM's and folder mounting in Container has a good amount of overhead, how stuff is run, if in a VM or LXC container could have been better selected, scripts to manage everything and even the docker-compose's them self could have been cleaned up, but it works. Everything is done clean, with in spec of Proxmox and there recommendations, to some extend, no out of spec jank and all monitor-able and backup-able. I like it far more then the old jank setup with Ubuntu-Server. I might not be a fan of the way some projects like Ubuntu-Server, Docker, Nextcloud or Proxmox are run but all I use is OpenSource, dose not phone anywhere I don't tell it to and works how I want it to. And also: Having EXTREMELY EASY AND AUTOMATIC separate IP addresses for different types of container and VM's I made is brilliant. Not even the need to static IP them. Tell the router to give the MAC-Address a static IP and the Container or VM will use it no questions asked!</p>
23+
<p><b><u>Update from 2026.01.04</u>:</b> I tried to create a bond network with the dual LAN 1G ports of my mainboard, issue: The device is in the network but has no internet and services are very unreliably reachable. Turns out most consumer hardware can not handle a dual LAN connections with a spoofed/bonded MAC address. To get this working I would need a server great network switch in between my 'server' and my router. It seems only server great routers (expansive waste) have such a switch integrated. A run-of-the-mill fritz-box (Germany loved those things for some reason) dose not. Also, if your Intel network port has random outiage issues, it is a driver issues with no solution and only a workaround by adding "post-up ethtool -K eno1 tso off gso off" to it in "/etc/network/interfaces".</p>
2324
<br>
2425
<h2>Sources:</h2>
2526
<ul>
@@ -33,7 +34,9 @@ <h2>Sources:</h2>
3334
<li><a href="/Blog/2024.09.10_Enforce_PiHole/Enforce_PiHole.html">/Blog/2024.09.10_Enforce_PiHole/Enforce_PiHole.html</a></li>
3435
<li><a href="/Blog/2023.06.30-01_Self_Hosting_Nextcloud/Self_Hosting_Nextcloud.html">/Blog/2023.06.30-01_Self_Hosting_Nextcloud/Self_Hosting_Nextcloud.html</a></li>
3536
<li><a href="/Blog/2022.10.16_Mainboard-M.2_NVMe-Mod/Mainboard-M.2_NVMe-Mod.html">/Blog/2022.10.16_Mainboard-M.2_NVMe-Mod/Mainboard-M.2_NVMe-Mod.html</a></li>
37+
<li><a href="https://forum.proxmox.com/threads/e1000-driver-hang.58284/">https://forum.proxmox.com/threads/e1000-driver-hang.58284/</a></li>
38+
<li><a href="https://www.reddit.com/r/Proxmox/comments/1drs89s">https://www.reddit.com/r/Proxmox/comments/1drs89s</a></li>
3639
</ul>
37-
<div id="Footer"> <p><b><u>NoJS-Footer (COULD NOT LOAD LICENSE JS-CODE FOR FOOTER! THE LICENSE IS IN THE HTML CODE!)</u></b></p><script type="text/javascript">WriteFooter('2025.12.27 - 03:10');</script></div>
40+
<div id="Footer"> <p><b><u>NoJS-Footer (COULD NOT LOAD LICENSE JS-CODE FOR FOOTER! THE LICENSE IS IN THE HTML CODE!)</u></b></p><script type="text/javascript">WriteFooter('2026.01.04 - 20:06');</script></div>
3841
</body>
3942
</html>

SUB_DOMAINS/REPOSSESSED/Dev_Log/Dev_Log.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1160,7 +1160,7 @@ <h3><a href="https://catwithcode.moe/">A game by CatWithCode</a></h3>
11601160
<a href="/OutgoingLinks.html">Outgoing Links</a>
11611161
</div>
11621162
<br>
1163-
<h6>Last Updated:&nbsp;<b>2025.12.27 - 03:21</b></h6>
1163+
<h6>Last Updated:&nbsp;<b>2026.01.04 - 20:07</b></h6>
11641164
<h6>All Rights reserved. RE//POSSESSED is property of the person/people behind CatWithCode. Screenshots and Videos on this page are in engine / in game.</h6>
11651165
</div>
11661166
</footer>

SUB_DOMAINS/REPOSSESSED/License_and_Privacy.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ <h2><u># Font - BOX_v2.0:</u></h2>
126126
<li><a href="https://github.com/BesignLab">https://github.com/BesignLab</a></li>
127127
</ul>
128128
<hr>
129-
<h6>Last Updated:&nbsp;<b>2025.12.27 - 03:21</b></h6>
129+
<h6>Last Updated:&nbsp;<b>2026.01.04 - 20:07</b></h6>
130130
<p>All Rights reserved. RE//POSSESSED is property of the person/people behind CatWithCode. Screenshots and Videos on this page are in engine / in game.</p>
131131
</body>
132132
</html>

SUB_DOMAINS/REPOSSESSED/OutgoingLinks.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h1>Outgoing Links</h1>
2525
<li><a href="https://steamcommunity.com/id/catwithcode/">https://steamcommunity.com/id/catwithcode/</a></li>
2626
</ul>
2727
<hr>
28-
<h6>Last Updated:&nbsp;<b>2025.12.27 - 03:21</b></h6>
28+
<h6>Last Updated:&nbsp;<b>2026.01.04 - 20:07</b></h6>
2929
<p>All Rights reserved. RE//POSSESSED is property of the person/people behind CatWithCode. Screenshots and Videos on this page are in engine / in game.</p>
3030
</body>
3131
</html>

SUB_DOMAINS/REPOSSESSED/Presskit/Presskit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ <h2><b><u>About the developers, contributors and licensed art</u></b>:</h2>
310310
<br>&nbsp;
311311
<hr>
312312
<br>&nbsp;
313-
<h2>Last Updated:&nbsp;<b>2025.12.27 - 03:21</b></h1>
313+
<h2>Last Updated:&nbsp;<b>2026.01.04 - 20:07</b></h1>
314314
<br>&nbsp;
315315
<h4>All Rights reserved. RE//POSSESSED is property of the person/people behind CatWithCode. Screenshots and Videos on this page are in engine / in game.</h4>
316316
</div>

SUB_DOMAINS/REPOSSESSED/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ <h3><a href="https://catwithcode.moe/">A game by CatWithCode</a></h3>
241241
<a href="/OutgoingLinks.html">Outgoing Links</a>
242242
</div>
243243
<br>
244-
<h6>Last Updated:&nbsp;<b>2025.12.27 - 03:21</b></h6>
244+
<h6>Last Updated:&nbsp;<b>2026.01.04 - 20:07</b></h6>
245245
<h6>All Rights reserved. RE//POSSESSED is property of the person/people behind CatWithCode. Screenshots and Videos on this page are in engine / in game.</h6>
246246
</div>
247247
</footer>

SUB_DOMAINS/REPOSSESSED/sitemap.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://repossessed.catwithcode.moe/index.html</loc>
5-
<lastmod>2025-12-27</lastmod>
5+
<lastmod>2026-01-04</lastmod>
66
</url>
77
<url>
88
<loc>https://repossessed.catwithcode.moe/Dev_Log/DATA/2025_01_14/01.gif</loc>
@@ -258,7 +258,7 @@
258258
</url>
259259
<url>
260260
<loc>https://repossessed.catwithcode.moe/Dev_Log/Dev_Log.html</loc>
261-
<lastmod>2025-12-27</lastmod>
261+
<lastmod>2026-01-04</lastmod>
262262
</url>
263263
<url>
264264
<loc>https://repossessed.catwithcode.moe/Assets/Videos/GamePlayTeaser1/GamePlayTeaser1.mp4</loc>
@@ -426,15 +426,15 @@
426426
</url>
427427
<url>
428428
<loc>https://repossessed.catwithcode.moe/OutgoingLinks.html</loc>
429-
<lastmod>2025-12-27</lastmod>
429+
<lastmod>2026-01-04</lastmod>
430430
</url>
431431
<url>
432432
<loc>https://repossessed.catwithcode.moe/License_and_Privacy.html</loc>
433-
<lastmod>2025-12-27</lastmod>
433+
<lastmod>2026-01-04</lastmod>
434434
</url>
435435
<url>
436436
<loc>https://repossessed.catwithcode.moe/Presskit/Presskit.html</loc>
437-
<lastmod>2025-12-27</lastmod>
437+
<lastmod>2026-01-04</lastmod>
438438
</url>
439439
<url>
440440
<loc>https://repossessed.catwithcode.moe/Presskit/Presskit-Assets/Branding/11_library_header.png</loc>

archive.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h3><b><u>How to Update Archive / Update Website</u>:</b></h3>
1919
<p>My website is FULLY path-relative and uses JS in a very unconventional way for the Header and Footer. Great for static hosting, bad for web crawlers. This page is a collection of all the links and files on my website, statically linked, as little code as possible and fully without relative links or js-code for easier crawling, archiving and viewing without any JS-Code. This SHOULD(TM) be always up-to-date and working(TM).</p>
2020
<p>Also: The footer contains the licence for each page! If you block JS or are viewing an JS-INCOMPATIBLE-Archive, you may not be able to see the licence text. It is still in the HTML code!</p>
2121
<!-- TIMESTAMP - START -->
22-
<p>2025.12.28 - 02:47 | CC BY-NC-ND 4.0</p>
22+
<p>2026.01.04 - 20:07 | CC BY-NC-ND 4.0</p>
2323
<!-- TIMESTAMP - END -->
2424
<hr>
2525
<!-- ARCHIVE - START -->

0 commit comments

Comments
 (0)