File tree 3 files changed +9
-7
lines changed
3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 35
35
lowest_compatible_nc 26
36
36
37
37
# Check if Imaginary is already installed
38
- if ! does_this_docker_exist nextcloud/aio-imaginary
38
+ if ! does_this_docker_exist nextcloud/aio-imaginary && ! does_this_docker_exist ghcr.io/nextcloud-releases/aio-imaginary
39
39
then
40
40
# Ask for installing
41
41
install_popup " $SCRIPT_NAME "
47
47
then
48
48
# Remove docker container
49
49
docker_prune_this ' nextcloud/aio-imaginary' ' imaginary'
50
+ docker_prune_this ' ghcr.io/nextcloud-releases/aio-imaginary' ' imaginary'
50
51
# reset the preview formats
51
52
nextcloud_occ config:system:delete " preview_imaginary_url"
52
53
nextcloud_occ config:system:delete " enabledPreviewProviders"
110
111
install_docker
111
112
112
113
# Pull and start
113
- docker pull nextcloud/aio-imaginary:latest
114
- docker run -t -d -p 127.0.0.1:9000:9000 --restart always --name imaginary nextcloud/aio-imaginary –cap-add=sys_nice -concurrency 50 -enable-url-source -return-size -log-level debug
114
+ docker pull ghcr.io/ nextcloud-releases /aio-imaginary:latest
115
+ docker run -t -d -p 127.0.0.1:9000:9000 --restart always --name imaginary ghcr.io/ nextcloud-releases /aio-imaginary –cap-add=sys_nice -concurrency 50 -enable-url-source -return-size -log-level debug
115
116
116
117
# Test if imaginary is working
117
118
countdown " Testing if it works in 3 sedonds" " 3"
Original file line number Diff line number Diff line change 84
84
done
85
85
apt-get autoremove -y
86
86
docker_prune_this nextcloud/aio-talk-recording
87
+ docker_prune_this ghcr.io/nextcloud-releases/aio-talk-recording
87
88
# Show successful uninstall if applicable
88
89
removal_popup " $SCRIPT_NAME "
89
90
fi
@@ -530,7 +531,7 @@ ram_check 4 "Talk Recording"
530
531
print_text_in_color " $ICyan " " Setting up Talk recording..."
531
532
532
533
# Pull and start
533
- docker pull nextcloud/aio-talk-recording:latest
534
+ docker pull ghcr.io/ nextcloud-releases /aio-talk-recording:latest
534
535
docker run -t -d -p " $TURN_RECORDING_HOST " :" $TURN_RECORDING_HOST_PORT " :" $TURN_RECORDING_HOST_PORT " \
535
536
--restart always \
536
537
--name talk-recording \
@@ -541,12 +542,12 @@ docker run -t -d -p "$TURN_RECORDING_HOST":"$TURN_RECORDING_HOST_PORT":"$TURN_RE
541
542
-e TZ=" $( cat /etc/timezone) " \
542
543
-e RECORDING_SECRET=" ${TURN_RECORDING_SECRET} " \
543
544
-e INTERNAL_SECRET=" ${TURN_INTERNAL_SECRET} " \
544
- nextcloud/aio-talk-recording:latest
545
+ ghcr.io/ nextcloud-releases /aio-talk-recording:latest
545
546
546
547
# Talk recording
547
548
if [ -d " $NCPATH /apps/spreed" ]
548
549
then
549
- if does_this_docker_exist nextcloud/aio-talk-recording
550
+ if does_this_docker_exist ghcr.io/ nextcloud-releases /aio-talk-recording
550
551
then
551
552
install_if_not netcat-traditional
552
553
while ! nc -z " $TURN_RECORDING_HOST " " $TURN_RECORDING_HOST_PORT "
Original file line number Diff line number Diff line change 482
482
fi
483
483
484
484
# Set correct amount of CPUs for Imaginary
485
- if does_this_docker_exist nextcloud/aio-imaginary
485
+ if does_this_docker_exist ghcr.io/ nextcloud-releases /aio-imaginary
486
486
then
487
487
if which nproc > /dev/null 2>&1
488
488
then
You can’t perform that action at this time.
0 commit comments