Skip to content

Instantly share code, notes, and snippets.

@Mamonaminyar
Mamonaminyar / server-settings.json
Created July 9, 2025 12:05 — forked from TRtomasz/server-settings.json
Stremio soft settings
{
"serverVersion": "4.3.4",
"appPath": "Path to the stremio-server",
"cacheRoot": "Path to the cache-folder",
"cacheSize": 2147483648,
"btMaxConnections": 35,
"btHandshakeTimeout": 20000,
"btRequestTimeout": 4000,
"btDownloadSpeedSoftLimit": 1677721.6,
"btDownloadSpeedHardLimit": 1677721.6,
@Mamonaminyar
Mamonaminyar / apache2_debian.md
Last active June 12, 2025 13:41 — forked from alibitek/apache2_debian.md
Apache 2 configuration for Debian GNU/Linux taken from /usr/share/doc/apache2/README.Debian.gz

Contents

Apache2 Configuration under Debian GNU/Linux
	Files and Directories in '/etc/apache2'
	Tools

Using mod_cache_disk

SSL
@Mamonaminyar
Mamonaminyar / server-settings.json
Created January 14, 2025 09:17 — forked from TRtomasz/server-settings.json
Stremio default settings
{
"serverVersion": "4.15.0",
"appPath": "Path to the stremio-server",
"cacheRoot": "Path to the cache-folder",
"cacheSize": 2147483648,
"btMaxConnections": 55,
"btHandshakeTimeout": 20000,
"btRequestTimeout": 4000,
"btDownloadSpeedSoftLimit": 2621440,
"btDownloadSpeedHardLimit": 3670016,