Commit Graph

45 Commits

Author SHA1 Message Date
cocool97
28e24de557 Merge branch 'master' into 230-torrents-category 2024-03-24 14:28:31 +01:00
nikk gitanes
253e4da7e9 Update main.go 2024-02-09 01:08:59 +03:00
nikk gitanes
5659445972 add -m option 2024-02-09 00:57:30 +03:00
LIAUD Corentin
8c92856595 Add category associated to each torrent 2023-11-22 14:08:10 +01:00
nikk gitanes
8d23c1e651 use backported metainfo package 2023-11-14 11:41:02 +03:00
yourok
487c39074f Merge remote-tracking branch 'origin/master' 2023-11-13 18:58:36 +03:00
yourok
55d7ba2707 fix add torr file from dir 2023-11-13 18:58:26 +03:00
cocool97
b72c66d433 Add openapi API documentation (#294)
* Initial version

- Add OpenAPI documentation generator
- Update README.md to remove endpoint documentations

* Adds new endpoints

- Fixes build with swag
- Adds new endpoints

* Adds more endpoints documentation

- Also removes swag from Dockerfile and build script

* Finally adds all endpoints documentation

* Initial version

- Add OpenAPI documentation generator
- Update README.md to remove endpoint documentations

* Adds new endpoints

- Fixes build with swag
- Adds new endpoints

* Adds more endpoints documentation

- Also removes swag from Dockerfile and build script

* Finally adds all endpoints documentation

* Update README (#1)

* Update README

I completely redid the `README.md`. Now it's much easier to read and understand.

---------

Co-authored-by: cocool97 <34218602+cocool97@users.noreply.github.com>

* Improves documentation

* Delete server/config.db

* Update README.md

* Update README.md

* fix download in api docs

* add api docs to web

---------

Co-authored-by: Shadeov <144587546+shadeov@users.noreply.github.com>
Co-authored-by: nikk gitanes <tsynik@gmail.com>
2023-11-13 09:59:23 +03:00
nikk gitanes
a736d08701 change ssl port type in DB and fix apply 2023-11-13 02:56:36 +03:00
Evgeni
a91e6eb11b Added Https service. Fix for #188 How enable https? (#312)
* https service added on port 8091 default

* https port check

* format

* readme

* readme

* readme

* readme

---------

Co-authored-by: evfedoto <evfedoto@cisco.com>
Co-authored-by: nikk <tsynik@gmail.com>
2023-11-13 02:50:11 +03:00
yourok
90c5679cb8 add logs to torrent watcher 2023-11-08 09:25:52 +03:00
nikk gitanes
1d875b57b2 remove refs to deprecated io/ioutil 2023-07-10 03:14:53 +03:00
nikk gitanes
a9d1f11cc2 test ut_holepunch ext
go get -u github.com/anacrolix/torrent@master
2023-05-12 08:16:04 +03:00
Anton Potekhin
a17cd71f0d Improved sleep prevention (#255)
* Added timeout before clear EXECUTION_STATE flags to give time on episodes changing.

* Added timeout before clear EXECUTION_STATE flags to give time on episodes changing.

---------

Co-authored-by: Anton Potekhin <anton.potekhin@orbitsoft.com>
2023-05-02 15:46:34 +03:00
Anton Potekhin
0673d3102e Fixed prevention of sleep. 2023-04-27 09:02:08 +03:00
Anton Potekhin
6f18ad7f29 Improved prevention from sleep for Win 11 2023-04-26 17:24:02 +03:00
YouROK
37d3878cb0 fix arg 2023-03-09 23:00:22 +03:00
YouROK
78de9c543b add search without auth 2023-03-09 22:43:32 +03:00
nikk gitanes
d38a63a4af fix indefinite start on locked db 2022-05-26 15:26:43 +03:00
nikk gitanes
e46f247679 fix default listen port 2022-05-26 14:56:31 +03:00
nikk gitanes
5800c01cb0 add TorrentAddr cmd option 2022-05-25 14:28:32 +03:00
nikk gitanes
3af0566731 change startup public ip params 2022-05-25 07:47:50 +03:00
nikk gitanes
0603008dfe add public IPv4/6 runtime options and detect functions 2022-01-20 02:18:24 +03:00
nikk gitanes
9641406601 just format 2021-12-14 09:09:14 +03:00
YouROK
e5b7079d93 add gomaxprocs 2021-11-11 20:42:08 +03:00
nikk gitanes
2fe9618fc3 gofmt -l -w . 2021-09-09 12:40:23 +03:00
YouROK
3104f61653 fix err 2021-09-08 13:55:20 +03:00
YouROK
42434c2f46 disable hibernate on open torrents 2021-09-08 11:45:52 +03:00
nikk gitanes
a8c05b88a4 fix windows builds 2021-09-07 22:56:51 +03:00
YouROK
6d499aa655 disable win sleep 2021-09-06 08:52:26 +03:00
nikk gitanes
6775ded8ae update log 2021-08-23 20:27:17 +03:00
nikk gitanes
3387e1c07c fix typo 2021-08-18 05:08:30 +03:00
YouROK
4cd783c1c8 add log go version 2021-08-16 12:03:17 +03:00
nikk gitanes
2c1a5669ae update log 2021-08-15 10:47:45 +03:00
nikk gitanes
b7682545e1 update options desc and log 2021-08-15 08:47:21 +03:00
nikk gitanes
be9bff69ab update log 2021-08-09 10:35:33 +03:00
YouROK
82a2f1aebe add static libstdc++ 2021-07-20 11:48:47 +03:00
deepsource-autofix[bot]
2d1e693623 Fix useless trapping of signal 2021-05-03 19:42:35 +00:00
YouROK
94b092b7d7 fill empty title 2021-04-27 11:28:58 +03:00
YouROK
bda55fe162 add watch torrent dir 2021-04-27 11:19:14 +03:00
YouROK
df1d2e4d2f add web log 2021-04-27 10:52:32 +03:00
YouROK
f7ab6714ac change comments 2021-03-09 11:16:56 +03:00
YouROK
f108b7c718 add http auth 2021-03-03 12:29:41 +03:00
YouROK
b94e6cb864 change dns check 2021-03-02 19:33:17 +03:00
YouROK
94f212fa75 refactor and to go mod 2021-02-18 16:56:55 +03:00