| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| servers:windows:nginx:piwigo [2026/01/17 11:40] – Sean Rhone | servers:windows:nginx:piwigo [2026/02/01 20:41] (current) – [Albums Formatting] Sean Rhone |
|---|
| ===== Git Fix ===== | ===== Git Fix ===== |
| |
| * :!: Set email for both ''user.email'' | * :!: Set **both** ''user.email'' |
| |
| "notepad.exe" "%SystemDrive%\www\scripts\media\Git Fix.bat" | "notepad.exe" "%SystemDrive%\www\scripts\media\Git Fix.bat" |
| ===== Back-up ===== | ===== Back-up ===== |
| |
| * Monthly -> All months -> Days: ''2'' | * Monthly (2nd) ''01:10:00 AM'' |
| * ''1:15:00 AM'' | |
| |
| Media Back-up | SCHTASKS /Create /SC "MONTHLY" /D "2" /M "*" /TN "Media Back-up" /TR "%SystemDrive%\www\scripts\media\Back-up.bat" /ST "01:10" /F |
| | |
| "%SystemDrive%\www\scripts\media\Back-up.bat" | |
| | |
| SCHTASKS /Create /SC "MONTHLY" /D "2" /M "*" /TN "Media Back-up" /TR "%SystemDrive%\www\scripts\media\Back-up.bat" /ST "01:15" /F | |
| |
| ===== Maintenance ===== | ===== Maintenance ===== |
| |
| * Monthly -> All months -> Days: ''2'' | * Monthly (2nd) ''01:30:00 AM'' |
| * ''1:30:00 AM'' | |
| | |
| Media Maintenance | |
| | |
| "%SystemDrive%\www\scripts\media\Maintenance.bat" | |
| |
| SCHTASKS /Create /SC "MONTHLY" /D "2" /M "*" /TN "Media Maintenance" /TR "%SystemDrive%\www\scripts\media\Maintenance.bat" /ST "01:30" /F | SCHTASKS /Create /SC "MONTHLY" /D "2" /M "*" /TN "Media Maintenance" /TR "%SystemDrive%\www\scripts\media\Maintenance.bat" /ST "01:30" /F |
| |
| // Hide PHP Warnings | // Hide PHP Warnings |
| $conf['show_php_errors'] = '0'; | $conf['show_php_errors'] = E_ALL & ~E_DEPRECATED & ~E_NOTICE & ~E_WARNING; |
| |
| // Header Links | // Header Links |
| $conf['links'] = array( | $conf['links'] = array( |
| 'https://realmofespionage.xyz' => 'Realm of Espionage', | 'https://realmofespionage.xyz' => 'Realm of Espionage', |
| 'https://wiki.realmofespionage.xyz' => 'RoE | Wiki', | 'https://wiki.realmofespionage.xyz/start' => 'RoE | Wiki', |
| 'https://blog.realmofespionage.xyz' => 'RoE | Blog', | 'https://blog.realmofespionage.xyz/' => 'RoE | Blog', |
| | 'https://social.realmofespionage.xyz/profile/espionage724' => 'RoE | Social', |
| | 'https://forums.realmofespionage.xyz/' => 'RoE | Forums', |
| | 'https://status.realmofespionage.xyz/' => 'RoE | Status', |
| 'https://wiki.realmofespionage.xyz/user;espionage724' => 'Webmaster Info', | 'https://wiki.realmofespionage.xyz/user;espionage724' => 'Webmaster Info', |
| 'https://wiki.realmofespionage.xyz/servers;windows;nginx;piwigo' => 'Instance Configuration Notes', | 'https://wiki.realmofespionage.xyz/servers;windows;nginx;piwigo' => 'Instance Configuration Notes', |
| // Video Uploading | // Video Uploading |
| $conf['upload_form_all_types'] = true; | $conf['upload_form_all_types'] = true; |
| | |
| $conf['file_ext'] = array_merge( | $conf['file_ext'] = array_merge( |
| $conf['picture_ext'], | $conf['picture_ext'], |
| array('tiff', 'tif', 'mpg','zip','avi','mp3','ogg','pdf','webm','mp4') | array('mp4','webmv','m4v','webm','mov') |
| ); | ); |
| |
| |
| ?></code> | ?></code> |
| |
| ====== Albums Formatting ====== | |
| |
| ===== 4 Links ===== | |
| |
| * https://media.realmofespionage.xyz/index/category/2 | |
| |
| <code> | |
| <a href="https://wiki.realmofespionage.xyz/games;windows;2004scape_localhost" target="_blank" rel="noopener">Windows</a> | <a href="https://wiki.realmofespionage.xyz/games;linux;2004scape_localhost" target="_blank" rel="noopener">Linux</a> | <a href="https://wiki.realmofespionage.xyz/games;bsd;2004scape_localhost" target="_blank" rel="noopener">FreeBSD</a> | <a href="https://lostcity.rs/t/singleplayer-main-branch-scripts-and-desktop-start-launchers-on-windows-linux-freebsd/54" target="_blank" rel="noopener">Lost City Forums</a> | |
| </code> | |
| |
| ===== Single Link ===== | |
| |
| * https://media.realmofespionage.xyz/picture/268/category/17 | |
| |
| <code> | |
| <a href="https://wiki.realmofespionage.xyz/games;windows;dota_2_steamcmd" target="_blank" rel="noopener">Notes</a> | |
| </code> | |
| |
| ====== Backup ====== | ====== Backup ====== |
| CD "%UserProfile%\Downloads" && "%ProgramFiles%\MariaDB 12.2\bin\mariadb-dump.exe" -u "root" --opt -r "piwigo.sql" "piwigo" | CD "%UserProfile%\Downloads" && "%ProgramFiles%\MariaDB 12.2\bin\mariadb-dump.exe" -u "root" --opt -r "piwigo.sql" "piwigo" |
| |
| ===== Restore ===== | ====== Restore ====== |
| | |
| | ===== Database ===== |
| |
| * [[#database|Initial set-up]] | * [[#database|Initial set-up]] |
| "%ProgramFiles%\MariaDB 12.2\bin\mariadb.exe" -u "root" "piwigo" < "%UserProfile%\Downloads\piwigo.sql" | "%ProgramFiles%\MariaDB 12.2\bin\mariadb.exe" -u "root" "piwigo" < "%UserProfile%\Downloads\piwigo.sql" |
| |
| ====== TODOs ====== | ====== Resources ====== |
| | |
| | ===== Albums Formatting ===== |
| | |
| | * :!: Using Emojis (like 8-) from [[https://emojipedia.org/smiling-face-with-sunglasses|Emojipedia]]) in comments causes MySQL exception |
| | |
| | ==== 4 Links ==== |
| | |
| | * https://media.realmofespionage.xyz/index/category/2 |
| | |
| | <code> |
| | <a href="https://wiki.realmofespionage.xyz/games;windows;2004scape_localhost" target="_blank" rel="noopener">Windows</a> | <a href="https://wiki.realmofespionage.xyz/games;linux;2004scape_localhost" target="_blank" rel="noopener">Linux</a> | <a href="https://wiki.realmofespionage.xyz/games;bsd;2004scape_localhost" target="_blank" rel="noopener">FreeBSD</a> | <a href="https://lostcity.rs/t/singleplayer-main-branch-scripts-and-desktop-start-launchers-on-windows-linux-freebsd/54" target="_blank" rel="noopener">Lost City Forums</a> |
| | </code> |
| | |
| | ==== Single Link ==== |
| | |
| | * https://media.realmofespionage.xyz/picture/268/category/17 |
| | |
| | <code> |
| | <a href="https://wiki.realmofespionage.xyz/games;windows;dota_2_steamcmd" target="_blank" rel="noopener">Notes</a> |
| | </code> |
| | |
| | ====== TODO ====== |
| |
| * Show title on pictures (long titles get cut-off in navbar) | * Show title on pictures (long titles get cut-off in navbar) |
| * AI ([[https://piwigo.org/forum/viewtopic.php?pid=192438#p192438|post]], [[https://github.com/Piwigo/Piwigo/commits/master/include/config_default.inc.php|config.inc.php]]) | |
| |