rasmus-kirk
dd55f7fec0
Testing removal of nginx
2024-08-30 21:42:29 +02:00
rasmus-kirk
a45ec6676a
Added package option to transmission
2024-08-28 16:26:34 +02:00
rasmus-kirk
1dced2afd2
updated code style in wiki
2024-08-08 10:52:45 +02:00
rasmus-kirk
7ef3d63f5c
Updated docs
2024-08-08 10:34:18 +02:00
rasmus-kirk
dd769cce96
updated wiki
2024-08-07 10:42:40 +02:00
rasmus-kirk
d26de614dc
mediaDir fix
2024-08-07 10:16:14 +02:00
rasmus-kirk
cb981986d3
hotfix vpn
2024-08-07 09:16:22 +02:00
rasmus-kirk
d549ba8e37
Fixes
2024-08-07 09:02:33 +02:00
rasmus-kirk
e25df0f293
Fix
2024-08-06 23:56:16 +02:00
rasmus-kirk
2dc1c1a5b2
Added image to ports wiki
2024-08-06 21:57:56 +02:00
rasmus-kirk
3b714a8e33
Added wiki page and cleaned up dirs and users
2024-08-06 11:12:46 +02:00
rasmus-kirk
8036fe35e9
updated readme
2024-07-26 15:09:53 +02:00
Rasmus Kirk
112bc27ce6
Merge pull request #34 from rlad78/dev
...
Skip pep8 linting on Sabnzbd Python script
2024-07-25 06:38:39 +00:00
Richard Carter
a368ba014e
force skip on pep8 lint for sabnzbd python script (and import pkgs)
2024-07-24 19:12:14 -04:00
Richard Carter
659c388680
Merge branch 'rasmus-kirk:dev' into dev
2024-07-24 19:04:05 -04:00
rasmus-kirk
7c60888b3e
Hotfix for sabnzbd
2024-07-24 20:06:40 +02:00
Rasmus Kirk
fc5d2f6957
Update README.md
2024-07-24 07:39:48 +00:00
Rasmus Kirk
a994222893
Update README.md
2024-07-24 07:34:35 +00:00
rasmus-kirk
0a395e1644
New website and removed deprecated lib.mdDocs
2024-07-24 09:23:10 +02:00
Rasmus Kirk
fa2f0b011e
Merge pull request #32 from rasmus-kirk/dev
...
Merge dev
2024-07-19 07:43:34 +00:00
Rasmus Kirk
f5a68595ca
Merge pull request #24 from rlad78/sabnzbd
...
WIP: SABnzbd module for usenet integration
2024-07-19 07:41:15 +00:00
Richard Carter
f9d626bb6e
simplify sabnzbd config file generation
...
Let api keys be generated by SABnzbd on first run; there's no point in
trying to do this ourselves. That effort was originally made when we had
confidence in generating the whole config file from scratch.
2024-07-14 16:10:57 -04:00
Richard Carter
d524d09d0d
remove unneeded pkgs import and depricated StartLimitInterval
2024-07-14 16:06:30 -04:00
Rasmus Kirk
37d728f746
Merge pull request #29 from jsecchiero/main
...
Passthrough the credentialsFile transmission option
2024-06-26 17:17:55 +00:00
jsecchiero
88c99d2f37
Passthrough the credentialsFile transmission option
2024-06-25 18:50:58 +02:00
Rasmus Kirk
68a334c488
Update README.md
2024-06-24 10:24:25 +00:00
rasmus-kirk
e62ea5436a
Merge branch 'dev'
2024-06-24 12:18:18 +02:00
rasmus-kirk
8b1e2a8c1f
Added assertions
2024-06-24 12:15:46 +02:00
rasmus-kirk
ef9d27acdf
updated vpn-submodule
2024-06-11 11:03:01 +02:00
Richard Carter
e695de950c
set usenet arr dirs to 775 so that arrs can remove subdirs on import
2024-06-09 13:23:42 -04:00
Richard Carter
2e791cbcb5
media group needs write permissions for usenet downloads (for arrs to delete etc.)
2024-06-07 19:52:04 -04:00
Richard Carter
41619cd4cd
treefmt-nix formatting
2024-06-04 18:52:10 -04:00
Richard Carter
2af829d35e
use configobj for post-install config changes
...
The Python configobj library is what SABnzbd uses to create and modify
their ini config file. Figured it'd be easiest to do the same, at least
for when we need to make changes after the initial config file has been
copied.
2024-06-04 18:51:36 -04:00
Richard Carter
f20993ed57
remove dependency on sabnzbd default config and use sed for editing
...
Because initool cannot parse double-nested categories, sed is used
instead to edit sabnzbd.ini values. It also appears that SABnzbd will
keep any initial values written to sabnzbd.ini and then add any missing
keys with their default values. Therefore, we can just generate the bits
of config we need and let SABnzbd do the rest on its first run.
2024-05-21 15:36:33 -04:00
Richard Carter
0344e470b6
fix language on sabnzbd config edited by nixarr
2024-05-16 15:09:39 -04:00
Richard Carter
90629ff833
add ExecStartPre script to fix possible sabnzbd permissions issue
2024-05-16 15:02:10 -04:00
Richard Carter
f835deedd3
move default config generation to separate module
2024-05-16 13:35:37 -04:00
Richard Carter
2e2e3ff5ce
set sabnzbd state files to user-only access permissions
2024-05-09 08:45:57 -04:00
Richard Carter
18bf4901d6
remove commented-out sabnzbd ExecStartPost script
2024-05-09 08:43:24 -04:00
Richard Carter
bc85cdc98c
make sabnzbd gui port a user option
2024-05-09 08:33:56 -04:00
rasmus-kirk
fd8d42475e
Merge branch 'dev'
2024-05-09 12:13:11 +02:00
rasmus-kirk
91e3b4b803
Fixed ioscheduling
2024-05-09 12:04:36 +02:00
Rasmus Kirk
db85ec1dd2
Merge pull request #25 from eh8/patch-1
...
fix: typo
2024-05-09 11:41:31 +02:00
Richard Carter
e96666189b
run temp instance of sabnzbd to generate config file
2024-05-07 04:49:26 -04:00
Eric Cheng
b5141db274
fix: typo
2024-05-06 00:06:21 -04:00
Richard Carter
3594605256
restart sabnzbd service after init config generation
2024-04-29 08:20:00 -04:00
Richard Carter
b4e816dbdf
pre-exec script to handle necessary directory and network config
2024-04-29 08:20:00 -04:00
Richard Carter
a3d0d94500
try not to use path type when it may not exist at build
2024-04-29 08:18:08 -04:00
Richard Carter
77b2a589ce
add sabnzbd vpn config
2024-04-29 08:18:08 -04:00
Richard Carter
593bb4ce8f
conditionally create usenet dl dirs
2024-04-29 08:18:08 -04:00