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
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
Yocum
ab462fec9e
Testing
2019-07-22 17:54:36 -04:00
Yocum
b81438c530
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-07-22 16:46:18 -04:00
Yocum
98185d89a2
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-07-22 16:40:16 -04:00
Yocum
406deb8b01
Testing fix for redis cleanup script errors
2019-07-22 14:56:57 -04:00
Chris Yocum
6608b91416
Testing fix for cleanup not reading vars
2019-07-22 08:45:07 -04:00
Chris Yocum
961232794a
Testing array export for cleanup vars
2019-07-22 08:39:13 -04:00
Chris Yocum
a522f59ac8
Testing
2019-07-22 08:22:34 -04:00
Chris Yocum
597c1136b8
Testing fix for path issue
2019-07-22 02:22:54 -04:00
Chris Yocum
ca1f786917
Fix for file persistence
...
The customtags.txt, smartsearches.txt, and extrafields.txt files were not persistent as the copies stored in the /config dir were not linked to the files the application reads in /app/diskover-web/public/. Added symbolic links to create persistence after changes are made within the application.
2019-07-17 17:17:45 -04:00