SAWiki

From Hack Manhattan Wiki

Nginx

the following sites-available file is created

server {
    listen 80;
    server_name 192.168.42.182;
    root /var/lib/mediawiki;
    index index.php;

    location / {
        try_files $uri $uri/ /index.php?$args;
    }

    location ~ \.php$ {
        include snippets/fastcgi-php.conf;
        fastcgi_pass unix:/run/php/php8.4-fpm.sock;
    }

    location ~ /\.ht {
        deny all;
    }
}

Database

Currently, the wiki uses MariaDB, with

  • Username: DBA
  • Password: p...

Wiki Configs

  • Username: Admin
  • Password: The title of the taped paper on the inner table

Appearances

A fancy skin named Citizen is being used