User Tools

Site Tools


user:sachy:lakatux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
user:sachy:lakatux [2023/09/10 09:16] – novy patch sachyuser:sachy:lakatux [2025/12/29 15:06] (current) sachy
Line 1096: Line 1096:
 </code> </code>
  
 +===== Anubis =====
  
 +Nuke AI from orbit! [[https://github.com/TecharoHQ/anubis]]
 +
 +The official [[https://anubis.techaro.lol/docs/admin/environments/apache|howto]] is a bit incomplete, so proceed with a crane.
 +<code bash>
 +wget "https://pkgs.techaro.lol/deb/unstable/pool/main/t/techaro-repo-unstable/techaro-repo-unstable_1.0.1_all.deb"
 +dpkg -i ./techaro-repo-unstable_1.0.1_all.deb
 +apt-get update
 +apt-get install anubis
 +
 +a2enmod proxy
 +a2enmod proxy_http
 +a2enmod headers
 +a2enmod remoteip
 +</code>
 +
 +<code>
 +<IfModule mod_ssl.c>
 +<IfModule mod_proxy.c>
 +
 +<VirtualHost *:443>
 +LoadModule proxy_module modules/mod_proxy.so
 +LoadModule proxy_http_module modules/mod_proxy_http.so
 +
 +### more apache directives...
 +</code>
 +
 +<code conf ports.conf>
 +...
 +Listen [::1]:3923
 +Listen 127.0.0.1:3923
 +</code>
 +
 +If setting other ports than in the howto, double-check the numbers.
  
user/sachy/lakatux.1694337390.txt.gz · Last modified: 2023/09/10 09:16 by sachy