Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
4bb587e
Create imaginary.sh
enoch85 Apr 1, 2023
ac1e56b
Add to NONO ports
enoch85 Apr 1, 2023
fde44ea
replace Imagick!
enoch85 Apr 1, 2023
146a25f
NC 24
enoch85 Apr 1, 2023
346a6d3
use a more updated image
enoch85 Apr 1, 2023
b07171e
add previewproviders
enoch85 Apr 1, 2023
7e9c0a4
fix spelling
enoch85 Apr 1, 2023
61c2a87
details!
enoch85 Apr 1, 2023
0accc0e
too tired now :sleeping:
enoch85 Apr 1, 2023
bc28731
only rebuild if previewgenerator was installed before
enoch85 Apr 1, 2023
fb6c37d
some more changes to Imaginary
enoch85 Apr 1, 2023
533584f
move to old
enoch85 Apr 1, 2023
9edf6c8
Create previewgenerator.sh
enoch85 Apr 1, 2023
62439d0
move to apps
enoch85 Apr 1, 2023
b2fa698
learn how to spell :)
enoch85 Apr 1, 2023
0b51e5a
change menu
enoch85 Apr 1, 2023
34ea2a7
typos
enoch85 Apr 1, 2023
10a37a6
update menu
enoch85 Apr 1, 2023
4633b15
more typos
enoch85 Apr 1, 2023
53f9cb9
cleanup testimage
enoch85 Apr 1, 2023
a87d2e3
improve docker prune
enoch85 Apr 1, 2023
475b9d8
update it!
enoch85 Apr 1, 2023
621deb5
change to docker run
enoch85 Apr 1, 2023
846517a
Merge branch 'master' into imaginary
enoch85 Apr 1, 2023
a796c74
only look for previews
enoch85 Apr 1, 2023
54b76d8
commit suggestion
enoch85 Apr 1, 2023
72fad48
SC
enoch85 Apr 1, 2023
332c6ab
remove custom config old
enoch85 Apr 1, 2023
2a3afba
add back providers and split preview generator uninstall
enoch85 Apr 1, 2023
b295dbb
tested and works!
enoch85 Apr 1, 2023
c6ddcac
commit suggestions
enoch85 Apr 1, 2023
4ecdd44
typo
enoch85 Apr 1, 2023
c804f9e
without this tha pp-data scan fails
enoch85 Apr 1, 2023
a66e6b7
fix preview removal
enoch85 Apr 1, 2023
8a7d2e8
remove more leftovers
enoch85 Apr 1, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix spelling
Signed-off-by: Daniel Hansson <[email protected]>
  • Loading branch information
enoch85 authored Apr 1, 2023
commit 7e9c0a47a2a11bd70049c5110b0ea6725b8b695f
6 changes: 3 additions & 3 deletions addons/imaginary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

true
SCRIPT_NAME="Imaginary Docker"
SCRIPT_EXPLAINER="This script will install Imaginay which is a replacement for the less secure Imagick.
SCRIPT_EXPLAINER="This script will install Imaginary which is a replacement for the less secure Imagick.
It can speedup the loading of previews in Nextcloud a lot."
# shellcheck source=lib.sh
source /var/scripts/fetch_lib.sh
Expand Down Expand Up @@ -39,7 +39,7 @@ else
# Ask for removal or reinstallation
reinstall_remove_menu "$SCRIPT_NAME"
# Removal
if yesno_box_no "Do you want to remove all Imaginary?"
if yesno_box_no "Do you want to remove the Imaginary docker container and settings?"
then
docker-compose_down "$SCRIPTS"/imaginary-docker/docker-compose.yml
nextcloud_occ config:system:delete enabledPreviewProviders
Expand Down Expand Up @@ -79,7 +79,7 @@ docker compose -p imaginary -f "$SCRIPTS"/imaginary-docker/docker-compose.yml up
# Test if imaginary is working
if curl -O "http://127.0.0.1:9000/crop?width=500&height=400&url=https://raw.githubusercontent.com/h2non/imaginary/master/testdata/large.jpg"
then
print_text_in_color "$IGreen" "Imaginary seems to be working OK!"
print_text_in_color "$IGreen" "imaginary seems to be working OK!"
else
msg_box "Test failed, please report this to: $ISSUES"
exit
Expand Down