Raspberry Pi Complete Reinstall: Difference between revisions

From WickyWiki
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:


What is on it?
What is on it?
* MariaDb (SOGo, WickyWiki) [[Raspberry Pi SOGo Groupware]], older guide: [[MySQL]]
* [[Raspberry Pi]]
* MariaDb (SOGo, WickyWiki), see [[Raspberry Pi SOGo Groupware]], older guide: [[MySQL]]
* Nginx
* Nginx
* PHP
* PHP
Line 33: Line 34:
* After installation Wifi & Bluetooth where turned of permanently in the boot file [[Raspberry Pi#Disable Wifi and Bluetooth]]
* After installation Wifi & Bluetooth where turned of permanently in the boot file [[Raspberry Pi#Disable Wifi and Bluetooth]]
* Previously switched to Dropbear SSh, now we will stick with OpenSSH. It is a bit different.
* Previously switched to Dropbear SSh, now we will stick with OpenSSH. It is a bit different.
* Mediawiki Installation note: Requests for images in your uploads directory should answer with the HTTP header X-Content-Type-Options: nosniff to protect browsers from potentially unsafe files
* Mediawiki Installation note: Requests for images in your uploads directory should answer with the HTTP header "X-Content-Type-Options: nosniff" to protect browsers from potentially unsafe files

Latest revision as of 19:06, 26 October 2024


Below guides where used and updated for a complete reinstall, based on the latest RPi server/headless image (bookworm).

What is on it?

Scripts:

Other:

Notes

  • sudo rpi-update - A FAT boot partition of 512M is recommended.
  • I2P: write permissions for data directory /media/data/i2psnark. Permissions can only be set for the whole drive as this an exFAT drive.
  • After installation Wifi & Bluetooth where turned of permanently in the boot file Raspberry Pi#Disable Wifi and Bluetooth
  • Previously switched to Dropbear SSh, now we will stick with OpenSSH. It is a bit different.
  • Mediawiki Installation note: Requests for images in your uploads directory should answer with the HTTP header "X-Content-Type-Options: nosniff" to protect browsers from potentially unsafe files