Commit Graph

63 Commits

Author SHA1 Message Date
tcely
460f2c0669
Update README.md 2025-05-29 00:52:31 -04:00
tcely
1142fb6844
Update README.md 2025-05-14 13:04:58 -04:00
tcely
d28bffa678
fixup: and => to 2025-04-19 14:48:47 -04:00
tcely
813dc075b6
Rewrite warning in README.md 2025-04-19 14:44:04 -04:00
tcely
2a5bf30ab6
Adjust the relative link in README.md 2025-04-16 02:36:43 -04:00
tcely
cf51901bee
Link to settings.py 2025-04-15 17:55:45 -04:00
tcely
7fd87fbb89
Mention settings.py setting 2025-04-15 17:51:53 -04:00
tcely
57b7502a7b
Update README.md
Link to the environment variable anchor.
2025-04-15 17:47:52 -04:00
meeb
cef5766bcd
Merge pull request #935 from tcely/patch-6
Add file renaming warning to README.md
2025-04-13 22:23:01 +10:00
tcely
4c6b4e3c73
Update README.md 2025-04-11 01:02:49 -04:00
tcely
c7b9e26ab0
Add file renaming warning to README.md 2025-04-08 16:52:46 -04:00
Ikko Eltociear Ashimine
2640a4ae7c
docs: update README.md
Rasperry Pi -> Raspberry Pi
2025-03-13 02:55:09 +09:00
meeb
a6e7eec40b
Merge pull request #637 from tcely/patch-5
Update architectures FAQ
2025-01-21 22:17:09 +11:00
tcely
96078f8d40
Update architectures FAQ 2025-01-21 04:38:06 -05:00
tcely
0ea508443a
Pipefile -> Pipfile 2025-01-21 04:21:47 -05:00
FaySmash
c5cdbe4a55
Update README.md
Fix the suppy => supply misspelling +alternate phrasing

Co-authored-by: tcely <tcely@users.noreply.github.com>
2025-01-19 17:18:11 +01:00
FaySmash
eff92e3469
Update README.md
Revised version of the section about potential permission issues with Samba volumes.
2025-01-17 19:46:10 +01:00
FaySmash
0bf72fd5f0
Update README.md
Added a small section about potential permission issues with volumes.
2025-01-15 18:46:05 +01:00
meeb
2c12bf5797 tidy up settings and readme 2024-12-11 23:04:14 +11:00
James W Lane
ff8d00f5bd updating code per comments 2024-12-10 20:04:42 -06:00
James W Lane
0fafca037c updated tubesync type directory path 2024-12-09 09:33:28 -06:00
danielmawhirter
37856a7575 Configure minimum permitted video height with VIDEO_HEIGHT_CUTOFF env
var
2024-11-24 01:14:29 -06:00
Tim
9a8618cb90 Docker compose shouldn't have version numbers now 2024-07-13 16:12:32 +08:00
meeb
24ae70ea70 add reset-metadata command, related to #287 2023-04-05 11:02:21 +10:00
meeb
72c3242e70 add TUBESYNC_RESET_DOWNLOAD_DIR env var to toggle resetting permissions on /downloads in the container on start, resolves #354 2023-03-26 14:05:47 +11:00
KuhnChris
f9a27eb33e Update README-FAQ regarding Locking Failed 2023-02-11 19:16:25 +01:00
Paul Woitaschek
fb23fdeae1
Specify the full compose syntax 2022-11-01 18:02:29 +01:00
meeb
7832282545 patch the wsgi application environ to support sub-URLs, add a master ENV var to set a sub-URL, tweak SASS and README to match, actually resolves #255 2022-07-25 13:36:12 +10:00
meeb
d161aef112 allow Django STATIC_URL to be set, resolves #255 2022-07-24 17:51:46 +10:00
Ryan
5e57abe86a Correcting various spelling and grammar errors
Corrected various spelling and grammar errors on the README.md file. Utilized a spell checker to verify.
2022-07-23 00:22:05 -05:00
meeb
ae5550a28d add arm64 note 2022-06-09 00:00:00 +10:00
meeb
2d8e6ed9b8 default TUBESYNC_HOSTS to *, resolves #224 2022-03-18 16:07:06 +11:00
meeb
425b011054 spacing 2022-01-22 16:17:26 +11:00
meeb
b1b3c99726 add cookies guide to readme 2022-01-22 16:16:31 +11:00
meeb
4c5027e0c4 swap youtube-dl to yt-dlp in README 2021-09-20 20:23:53 +10:00
meeb
1069b87295 remove outdated image version from readme 2021-09-04 20:09:39 +10:00
Bad3r
019c98dc76
Spelling Error
implemenations --> implementations
2021-06-01 18:26:08 -04:00
meeb
20df9f4044 support external postgresql, mysql and mariadb databases, resolves #72 2021-04-04 23:01:15 +10:00
meeb
c64f54bcb4 bump to 0.9.1 2021-03-05 14:16:17 +11:00
meeb
ea72671351 add version details for http basic auth instructions 2021-02-21 11:45:56 +11:00
meeb
96b9eddf43 add a reset tasks cli command 2021-02-21 11:44:52 +11:00
meeb
820cc69937 typo 2021-02-19 14:40:41 +11:00
meeb
6fbf72d0e7 optional basic HTTP authentication, resolves #62 2021-02-19 12:58:34 +11:00
meeb
799c0fce39 bump to v0.9 2021-02-18 17:29:03 +11:00
meeb
2f324f28a9 add sync-missing-metadata command with docs, resolves #25 2021-02-18 17:24:14 +11:00
meeb
82fa0f6bce add sync.Source.download_media master flag, add manual import existing media command with docs, resolves #24 2021-02-18 16:24:24 +11:00
meeb
ffd69e8d40 bump to v0.8 2021-01-20 18:13:28 +11:00
meeb
d92dbde781 bump to 0.7 2020-12-20 18:24:04 +11:00
meeb
51cd942717 use async workers, spawn two workers by default, add TUBESYNC_WORKERS env var to adjust the number of workers, resolves #19 2020-12-20 17:52:45 +11:00
meeb
c28c095f48 add :latest tag warning 2020-12-19 19:29:26 +11:00