Both sides previous revisionPrevious revisionNext revision | Previous revision |
servers:bsd:nginx:piwigo [2025/05/16 21:35] – Sean Rhone | servers:bsd:nginx:piwigo [2025/05/16 21:55] (current) – [config.inc.php] Sean Rhone |
---|
* Piwigo ((https://piwigo.org/)) | * Piwigo ((https://piwigo.org/)) |
* Bootstrap Darkroom Theme ((https://github.com/Piwigo/piwigo-bootstrap-darkroom)) | * Bootstrap Darkroom Theme ((https://github.com/Piwigo/piwigo-bootstrap-darkroom)) |
* ''master'' Branches ((https://github.com/Piwigo/Piwigo/tree/master)) ((https://github.com/Piwigo/piwigo-bootstrap-darkroom/tree/master)) | |
* [[Information:Realm of Espionage]] | * [[Information:Realm of Espionage]] |
* https://media.realmofespionage.xyz | * https://media.realmofespionage.xyz |
| |
* :!: WIP | |
| |
===== Prerequisites ===== | ===== Prerequisites ===== |
// Minimal Logging | // Minimal Logging |
$conf['log_level'] = 'EMERGENCY'; | $conf['log_level'] = 'EMERGENCY'; |
| |
| // Hide PHP Warnings |
| $conf['show_php_errors'] = E_ALL & ~E_DEPRECATED & ~E_NOTICE & ~E_WARNING; |
| |
// Header Links | // Header Links |
'https://realmofespionage.xyz' => 'Realm of Espionage', | 'https://realmofespionage.xyz' => 'Realm of Espionage', |
'https://wiki.realmofespionage.xyz' => 'RoE | Wiki', | 'https://wiki.realmofespionage.xyz' => 'RoE | Wiki', |
'https://social.realmofespionage.xyz/profile/espionage724' => 'RoE | Social', | |
'https://blog.realmofespionage.xyz' => 'RoE | Blog', | 'https://blog.realmofespionage.xyz' => 'RoE | Blog', |
'https://wiki.realmofespionage.xyz/personal:social_media' => 'Webmaster Info', | 'https://wiki.realmofespionage.xyz/user:espionage724' => 'Webmaster Info', |
'https://wiki.realmofespionage.xyz/servers:nginx:piwigo' => 'Instance Configuration Notes', | 'https://wiki.realmofespionage.xyz/servers:bsd:nginx:piwigo' => 'Instance Configuration Notes', |
); | ); |
| |
| |
su -m 'www' -c "'/usr/local/bin/git' -C '/usr/local/www/media' fsck --full --strict" | su -m 'www' -c "'/usr/local/bin/git' -C '/usr/local/www/media' fsck --full --strict" |
| |
su -m 'www' -c "'/usr/local/bin/git' -C '/usr/local/www/media' rm --cached -r ." | |
| |
su -m 'www' -c "'/usr/local/bin/git' -C '/usr/local/www/media' add --renormalize ." | |
| |
==== Theme ==== | ==== Theme ==== |
| |
su -m 'www' -c "'/usr/local/bin/git' -C '/usr/local/www/media/themes/bootstrap_darkroom' fsck --full --strict" | su -m 'www' -c "'/usr/local/bin/git' -C '/usr/local/www/media/themes/bootstrap_darkroom' fsck --full --strict" |
| |
su -m 'www' -c "'/usr/local/bin/git' -C '/usr/local/www/media/themes/bootstrap_darkroom' rm --cached -r ." | |
| |
su -m 'www' -c "'/usr/local/bin/git' -C '/usr/local/www/media/themes/bootstrap_darkroom' add --renormalize ." | |
| |
====== Services ====== | ====== Services ====== |