summaryrefslogtreecommitdiff
path: root/content
AgeCommit message (Collapse)Author
2025-01-28Make the Fail2Ban configuration workDavid Uhden
2024-09-08Minor corrections to the Tor guideDavid Uhden Collado
2024-07-16date fixesLuke Smith
2024-07-16Merge pull request #266 from cowingtonpost1/masterLuke Smith
Add tutorial for Alps Webmail
2024-07-16Merge pull request #287 from livreware/masterLuke Smith
Updated PHP version on several articles; fixed typo, added firewall command and documentation links on mumble.md
2024-07-16Merge pull request #273 from teodorocolombo/masterLuke Smith
Fix nextcloud version
2024-07-16Merge branch 'master' into m-chrzan/spfLuke Smith
2024-07-16Merge pull request #307 from daviduhden/masterLuke Smith
Improve the Monero Node and I2P guides
2024-07-10Minor fixesDavid Uhden Collado
2024-07-07Update monerod.mdDavid Uhden Collado
2024-07-04Update i2p.mdDavid Uhden Collado
Add formatting.
2024-07-04Update i2p.mdDavid Uhden Collado
There is no need to create a new user for this service, the system automatically creates a new user that will be used to run the service when installing the package. On the other hand, i2pd does not look for the configuration files by default in the home directory of the i2pd user but rather in /etc/i2pd/.
2024-07-04Update i2p.mdDavid Uhden Collado
Use the i2pd community repository to get the latest version.
2024-07-04Update monerod.mdDavid Uhden Collado
The "db-sync-mode" option set to "fast" (as it is by default) can corrupt the blockchain database in case of a power outage or other type of system crash, so it is always better to use the "safe" option, especially if you use your own hardware to host the node.
2024-07-02Update monerod.mdDavid Uhden Collado
Add instructions for installation on other architectures.
2024-06-15Update monerod.mdDavid Uhden Collado
Use different ports for the proxies to the hidden services in Tor and I2P. Otherwise it is impossible for the node to work and you will always get the error “Failed to bind IPv4 (set to required)”.
2024-05-29fix broken links in platform sectionKelvinJPS
2024-05-28fix broken links in the mail sectionKelvinJPS
2024-05-28fix broken link to updateKelvinJPS
2024-05-27fix DNS broken link in nginx pageKelvinJPS
2024-05-25Merge pull request #290 from shaanmalik/masterLuke Smith
Fixed example mysql config
2024-05-25Merge pull request #304 from danyael031/masterLuke Smith
Added ssh configuration overriding warning
2024-05-25Merge pull request #297 from adastx/masterLuke Smith
Prosody tutorial improvements
2024-05-25Merge pull request #289 from tfasano1/masterLuke Smith
remove contributor links
2024-05-25Merge pull request #291 from angelacastaneda/masterLuke Smith
Fix cgit guide to use dir location from git guide
2024-05-11Updated ssh config overriden warningDan Yael Sajarópulos Verdugo
2024-05-11Added Debian 12 ssh configuration overriding warningDan Yael Sajarópulos Verdugo
2024-03-15Fix minor typo in dovecot.confbd-912
2024-01-24Fix cgit guide to use dir location from git guideÁngel Castañeda
/srv/git -> /var/git Did cgit guide when I was pretty new to self host stuff and never figured out why scanning or http cloning never worked. Eventually I stumbled into in, and I just wanna fix it for everyone.
2024-01-17Fix linksMarcin Chrzanowski
2024-01-17Add ip SPF mechanisms to comply with gmail's policiesMarcin Chrzanowski
2024-01-15prosody: update packages dependenciesAdam Stück
mod_http_file_share[1] is included in the core modules now so drop reference to prosody-modules. lua-dbi-postgresql is required for postgresql storage backend.[2] 1: https://prosody.im/doc/modules/mod_http_file_share 2: https://prosody.im/doc/depends#luadbi
2024-01-11prosody: fix typosAdam Stück
See https://prosody.im/doc/modules/mod_http_file_share#larger-files
2023-11-14Typo "docevot.conf"Izaac Mammadov
2023-11-04Fix small spelling mistake mumble.mdfincent
spc -> scp
2023-10-28Fix broken Monal link and fix typoDavid Gay
2023-10-02Fixed example mysql configShaan Malik
Enabling mysql should include setting `mysql: true` in config
2023-10-02remove contributor linkstfasano1
2023-08-29updated php, fixed typo, added firewall and docsLivreware.org
This commit updates the PHP version on several articles, which is currently 8.2 on Debian It also uses symbolic links (such as `php-fpm.sock`) on nginx config files and dependency packages (such as `php-mbstring`) that will always point to the most recent version of PHP, so there is no need to change those once PHP is updated. On places where the PHP version must be specified, such as the `/etc/php/8.2/` directory and the `php8.2-fpm` systemd service, I have changed the version accordingly. I believe I have covered every instance of PHP usage on the website, and programs should work fine. If I missed something or made a change that broke the configuration of some program, please let me know. Additionally, I have fixed a typo on mumble.md, which called the command `scp` as `spc`, added a command to open the mumble port on your firewall and added documentation links for further configuration of the server.
2023-08-28Merge pull request #279 from livreware/masterLuke Smith
Replaced php7.4-fpm and fixed typo
2023-08-28Merge pull request #269 from ToaKraka/patch-1Luke Smith
Fix typos
2023-08-28Merge pull request #280 from luke-hamann/add-transmission-guideLuke Smith
Add Transmission guide
2023-08-28Merge pull request #277 from NotMtth/masterLuke Smith
Added Mumble server guide
2023-08-28Merge pull request #285 from UncutDan/master-1Luke Smith
Update radicale.md
2023-08-28Update git.mdPaul Ohl
Fixed a small typo.
2023-08-24Update radicale.mdUncutDan
If the -c modifier is used again to create a second user, there will be 401 issues. See https://github.com/Kozea/Radicale/issues/1075
2023-08-21Fix two typos in Jitsi tutorialDuje Mihanović
2023-08-10update helper script linktien
2023-07-22Add Transmission guideLuke Hamann
2023-07-21fixed typo on 'prosodyctl ...' commandLivreware.org