| Age | Commit message (Collapse) | Author |
|
fix spelling mistakes in cron.md
|
|
|
|
|
|
Add tutorial for Alps Webmail
|
|
Updated PHP version on several articles; fixed typo, added firewall command and documentation links on mumble.md
|
|
Fix nextcloud version
|
|
Specify ip4 and ip6 SPF mechanisms to comply with gmail's policies
|
|
|
|
new xmr logo, white inside not transparent
|
|
Improve the Monero Node and I2P guides
|
|
Fix broken links
|
|
|
|
|
|
|
|
Add formatting.
|
|
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/.
|
|
Use the i2pd community repository to get the latest version.
|
|
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.
|
|
Add instructions for installation on other architectures.
|
|
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)”.
|
|
|
|
|
|
|
|
|
|
Fixed example mysql config
|
|
Added ssh configuration overriding warning
|
|
Prosody tutorial improvements
|
|
remove contributor links
|
|
Update README.md
|
|
Fix cgit guide to use dir location from git guide
|
|
Fix config-breaking typo in dovecot.conf
|
|
|
|
|
|
|
|
/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.
|
|
|
|
|
|
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
|
|
See https://prosody.im/doc/modules/mod_http_file_share#larger-files
|
|
Current stable version is now Debian 12
|
|
Typo "docevot.conf"
|
|
|
|
Fix small spelling mistake mumble.md
|
|
spc -> scp
|
|
Fix broken Monal link and fix typo
|
|
|
|
Enabling mysql should include setting `mysql: true` in config
|
|
|
|
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.
|
|
Replaced php7.4-fpm and fixed typo
|