1
0

6 İşlemeler 309e4067a7 ... 263f318747

Yazar SHA1 Mesaj Tarih
  Victor Lavaud 263f318747 Add classify cleanup task to nextcloud 7 ay önce
  Victor Lavaud 9abf0ec8bf Add crawl command to nextcloud crontab 7 ay önce
  Victor Lavaud a17c50bfd4 Fix preview command 7 ay önce
  Victor Lavaud 23e45c5164 Move to nextcloud:28.0.2 7 ay önce
  Victor Lavaud a725b3c4cd Update osmedeus version to 4.8.0 7 ay önce
  Victor Lavaud 1c2b9d6afc Update config.yml 7 ay önce

+ 4 - 2
nextcloud/image/Dockerfile

@@ -1,4 +1,4 @@
-FROM nextcloud:28.0.1-apache
+FROM nextcloud:28.0.2-apache
 
 RUN apt-get update && apt-get install -y \
     supervisor \
@@ -9,6 +9,8 @@ COPY supervisord.conf /
 
 ENV NEXTCLOUD_UPDATE=1
 
-RUN echo '*/15 * * * * php /var/www/html/occ preview:generate' >> /var/spool/cron/crontabs/www-data
+RUN echo '*/15 * * * * php /var/www/html/occ preview:generate-all' >> /var/spool/cron/crontabs/www-data
+RUN echo '0 2 * * 0 php /var/www/html/occ recognize:recrawl' >> /var/spool/cron/crontabs/www-data
+RUN echo '1 2 * * 0 php /var/www/html/occ recognize:cleanup-tags' >> /var/spool/cron/crontabs/www-data
 
 CMD ["/usr/bin/supervisord", "-c", "/supervisord.conf"]]

+ 1 - 1
nextcloud/nextcloud-dply.yaml

@@ -26,7 +26,7 @@ spec:
                   - amd64
       containers:
         - name: nextcloud
-          image: qdii/nextcloud:28.0.1-apache
+          image: qdii/nextcloud:28.0.2-apache
           env:
           - name: MYSQL_DATABASE
             value: "nextcloud"

+ 3 - 2
osmedeus/config.yaml

@@ -33,6 +33,7 @@ server:
     secret: 2d6790747a4cb7f917c91b94cee3e6b2
     ui: /root/.osmedeus/server/ui
 tactic:
-    aggressive: 40
-    default: 10
+    aggressive: 60
+    default: 15
+    gently: 7
     gently: 5

+ 1 - 1
osmedeus/osmedeus.yaml

@@ -51,7 +51,7 @@ spec:
                   - amd64
       containers:
         - name: osmedeus
-          image: qdii/osmedeus:4.6.3
+          image: qdii/osmedeus:4.8.0
           imagePullPolicy: "Always"
           command: ["/usr/local/bin/osmedeus","server"]
           args: ["osmedeus"]