Nextcloud's docker image with extra utilities
|
||
---|---|---|
.gitea/workflows | ||
Dockerfile | ||
LICENSE | ||
README.md |
docker-nextcloud-extended
Nextcloud's docker image with extra utilities
Image availabe on DockerHub
Utilities added
ffmpeg
- Used by Video converter apparia2
andyoutube-dl
- Used by NCDownloader applibmagickcore-dev
- To fixModule php-imagick in this instance has no SVG support
error
Tips
Cron job
If you're getting error simmilar to Last job execution ran a day ago. Something seems wrong.
try to add this to your cron tab (sudo crontab -e
):
0,5,10,15,20,25,30,35,40,45,50,55 * * * * docker exec -u www-data <container_name> php -f /var/www/html/cron.php
- Of course don't forget to change the
<container_name>
to your nextcloud's container name (eg.docker-nextcloud_app
)