93 Commits

Author SHA1 Message Date
thespad
57dd428652
Update nginx conf date 2024-09-06 22:38:53 +01:00
Alex Phillips
4d9078008a updated to use 3.20, fixed nginx config http2, updated arm file 2024-09-06 17:21:54 -04:00
Alex Phillips
4054776b6b modified to support upcoming 2.3.0 release 2024-06-22 15:30:31 -04:00
Alex Phillips
0fc8259931 config files no longer used, now stored in sqlite db, fixed docs specifying ES authentication, default to off 2024-06-22 08:23:17 -04:00
Eric Nemchik
b655d0e823
Cleanup default site conf (#60)
* Cleanup default site conf

Signed-off-by: Eric Nemchik <eric@nemchik.com>

* update date

---------

Signed-off-by: Eric Nemchik <eric@nemchik.com>
Co-authored-by: aptalca <541623+aptalca@users.noreply.github.com>
2024-03-06 13:01:17 -05:00
Eric Nemchik
5647a9a9d4
Merge pull request #57 from linuxserver/standard-cron
standard cron
2023-11-18 19:09:30 -06:00
driz
6fc668f056
Update default.conf.sample 2023-08-29 13:19:19 -05:00
driz
06bc3a65ba
default.conf fastcgi fix 2023-08-29 07:18:49 -04:00
Eric Nemchik
5bb2c7e47f
cron in base
Signed-off-by: Eric Nemchik <eric@nemchik.com>
2023-08-18 23:36:57 -05:00
Eric Nemchik
89096fcc4f
Fix perms
Signed-off-by: Eric Nemchik <eric@nemchik.com>
2023-07-30 09:48:42 -05:00
Eric Nemchik
bb6d8bed4f
standard cron
Signed-off-by: Eric Nemchik <eric@nemchik.com>
2023-07-30 01:11:14 -05:00
Eric Nemchik
8e65a87a18 Move ssl.conf include to default.conf 2023-04-13 11:05:18 -05:00
Eric Nemchik
9b8f83882b
Format cron init and set permissions 2023-03-02 13:22:50 -06:00
Eric Nemchik
4343b249bd Use diskover-web location 2023-01-23 22:05:56 -06:00
Eric Nemchik
6f4e817a50 Set DISKOVERDIR, skip -tmp, adjust crontabs-config 2023-01-23 19:19:50 -06:00
Eric Nemchik
b0dc26c76f Fix dependencies 2023-01-22 14:49:24 -06:00
Eric Nemchik
76cda27b51 Rebase to alpine 3.17 with php8.1 and standard nginx base configs 2023-01-12 20:43:54 -06:00
Alex Phillips
c8374ff213 database has been introduced, symlink it for persistence 2022-03-02 20:25:23 -05:00
Alex Phillips
61fa6cea7e support for additional config files 2021-11-03 14:24:30 -04:00
Alex Phillips
14ffeed72f Re-added nginx config until upstream is merged in 2021-10-16 10:32:54 -04:00
Alex Phillips
ed636a943e moved php root to /app/www for simplicity with upstream nginx config 2021-10-16 10:27:26 -04:00
Alex Phillips
f217ae7450 variables honored from env now 2021-10-12 18:10:44 -04:00
Alex Phillips
9390a31265 fixed phrasing 2021-10-12 18:08:26 -04:00
Alex Phillips
6d27477e97 Diskover will auto-name an index if none is provided 2021-10-12 08:08:37 -04:00
Alex Phillips
6c3c049ff6 migrated to v2 2021-10-11 14:41:13 -04:00
Chris Yocum
847160b46e Remove duplicate input values array
I apparently double-tapped CTRL+V when pasting this in.
2020-04-06 07:31:22 -04:00
Chris Yocum
2b35158cd6 Web search broke due to missing file(s)
Need to make sure /config/customtags.txt and /config/smartsearches.txt files exist or it can break the web search. This ensures that the files exist.
2020-04-06 07:16:16 -04:00
Chris Yocum
0495177c3c Merge branch 'master' of https://github.com/christronyxyocum/docker-diskover 2020-04-06 07:01:26 -04:00
thelamer
f9a08bb097 use s6 cont-env executor for cleanup 2019-08-19 08:47:35 -07:00
Jonathan Crooke
3740ceeb9b Export DISKOVER_ARRAY for cleanup.sh 2019-08-19 08:47:35 -07:00
Chris Yocum
e4ba8c0d4c Add logic to start bots when run_on_start isn't set to true
Unless run_on_start is set to true, no worker bots are started when the container is started causing the user to have to manually start bots if they wish to run any manual Diskover operations like finding dupes or hot dirs.
2019-08-19 08:33:06 -07:00
Yocum
7e62aac2d1 Final, minor touchups 2019-08-19 08:33:06 -07:00
Yocum
cfc75d7f3c Remove chmod of cleanup.sh 2019-08-19 08:33:06 -07:00
Yocum
fb764faf3a Make cleanup.sh executable 2019-08-19 08:33:06 -07:00
Yocum
000fc15bdf Cleanup 2019-08-19 08:33:06 -07:00
Yocum
fd9b0ca01d More testing 2019-08-19 08:33:06 -07:00
Yocum
a2a5de939b Testing 2019-08-19 08:33:06 -07:00
Yocum
5a4222c4b0 Fix redis cleanup
Cleanup.sh was unable to read array vars and would error out. Moved commands directly into the sigterm trap so the cleanup actually runs.
2019-08-19 08:33:06 -07:00
Yocum
18a43a173e Fix redis cleanup
Cleanup.sh was unable to read array vars and would error out. Moved commands directly into dispatcher.sh so the cleanup can be ran.
2019-08-19 08:33:06 -07:00
Yocum
a384e121cd Testing fix for redis cleanup script errors 2019-08-19 08:33:06 -07:00
Chris Yocum
0683d52771 Testing fix for cleanup not reading vars 2019-08-19 08:33:06 -07:00
Chris Yocum
f7a2c8907d Testing array export for cleanup vars 2019-08-19 08:33:06 -07:00
Chris Yocum
ef35212ece Testing 2019-08-19 08:33:06 -07:00
Chris Yocum
81e62e53aa Testing fix for path issue 2019-08-19 08:33:06 -07:00
Chris Yocum
32eac79856 Add logic to start bots when run_on_start isn't set to true
Unless run_on_start is set to true, no worker bots are started when the container is started causing the user to have to manually start bots if they wish to run any manual Diskover operations like finding dupes or hot dirs.
2019-07-25 21:26:49 -04:00
Yocum
6a0dd42523 Final, minor touchups 2019-07-23 14:36:39 -04:00
Yocum
3db824ab10 Remove chmod of cleanup.sh 2019-07-22 18:57:25 -04:00
Yocum
28057b304a Make cleanup.sh executable 2019-07-22 18:49:52 -04:00
Yocum
9ad16c8145 Cleanup 2019-07-22 18:28:42 -04:00
Yocum
31701d6742 More testing 2019-07-22 18:21:47 -04:00