| Age | Commit message (Collapse) | Author |
|
Update alps.md
|
|
fix(radicale): broken URL
|
|
|
|
Current URL returns 404.
|
|
Add optional `After` parameters which let Alps start only after Postfix&Dovecot, thus not crashing on boot
|
|
|
|
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
|
|
|
|
Improve the Monero Node and I2P guides
|
|
|
|
|
|
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
|
|
Fix cgit guide to use dir location from git guide
|
|
|
|
|
|
|
|
/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
|
|
|
|
spc -> scp
|
|
|
|
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
|
|
Fix typos
|
|
Add Transmission guide
|
|
Added Mumble server guide
|
|
Update radicale.md
|
|
Fixed a small typo.
|
|
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
|
|
|