Qnap [ QPydio ] [ 8.0.2 ] Professional Private Cloud

Donc en effet tu as bougé le path d'installation dans /share/Web ainsi qu'il n'y a pas de session apache additionnelle sur une porte autre que le 80 (ou celle utilisée par Qthttpd)?

Sent from my A0001 using Tapatalk
 
Super, merci! Est-ce que tu vas utiliser cette solution pour les mises à jour suivants?

Sent from my A0001 using Tapatalk
 
Cool, alors je fais la mise à jour à cette version, merci! :)

Sent from my A0001 using Tapatalk
 
Mise à jour effectuée sans problèmes.

Pour info, avant j'avais créé un Virtual Host dans /etc/config/apache/extra/httpd-vhosts-user.conf afin d'utiliser un subdomain:
Code:
# ln -s $(getcfg -f /etc/config/qpkg.conf QPydio install_path)/QPydio /share/Web/QPydio                                                             
## http://forum.qnap.com/viewtopic.php?f=32&t=111660#p488306           
<VirtualHost *:80>                                                        
        ServerName pydio.mydomain.com                                      
        DocumentRoot "/share/Web/QPydio"                                  
</VirtualHost>
Pour faire la mise à jour j'ai effacé le lien symbolique dans /share/Web:
Code:
rm /share/Web/QPydio
et modifié la section de httpd-vhosts-user.conf comme il suit:
Code:
<VirtualHost *:80>                                                        
        ServerName pydio.mydomain.com                                      
        DocumentRoot "/share/Web/Pydio"                                  
</VirtualHost>
(notez que le folder s'appelle mnt "Pydio" e non plus "QPydio").

Puis il suffit de rédémarrer apache:
Code:
/etc/init.d/Qthttpd.sh restart
 
Version 6.4.0 maintenant disponible (ici). :D

Changelog:

[New Features]

Sharing Deeply Reworked:
* Ability to now share files with other users (without creating necessarily a public link)
* Ability to toggle the visibility of a share inside a common workspace, to let other users edit this share
* Implementation of the Federated Sharing API to allow sharing files and folders accross Pydio instances, and with other software providers implementing this API (currently OwnCloud).
* Rework of the share panel, with direct-click for copy, better expiration date visualisation, and many more

UI transitioning smoothly to Material Design and ReactJS:
* following our previous work on the Enterprise Distribution with Material Design guidelines, and listening to your feedback about the UI. Changes are subtle (no big reorganization), but interface should be really clearer.

Mails Digest
* Avoid receiving tons of emails when watching for a file or folder modification, and opt-in for an hourly/daily/weekly based digest instead.

CacheService mechanism
* Extension of our previous work with in-memory cache to support many types of key-value stores (apc, memcache, reddis, etc..). We are using the well-established Doctrine Cache component.

WebDAV access driver was entirely rewritten using Guzzle
Amazon S3 Access Driver: improved, we now support PHP-SDK v2 and v3. Hook to our Cache Service for better performances.
 
J'ai fait la mise à jour mais mnt j'ai le problème suivant:

This XML file does not appear to have any style information associated with it. The document tree is shown below.
<tree>
<message type="ERROR">
include_once(/share/CACHEDEV1_DATA/.qpkg/QPydio/QPydio/plugins/access.webdav/class.webdavAccessWrapper.php): failed to open stream: No such file or directory
</message>
</tree>

Uhmmm, je crois que je dois tout réinstaller... :-/
 
tumblr_lmhxq9Snb71qzrgug.gif
 
Pour info, sur le repository de qnapclub.fr la version apparaît encore en 6.2.2 alors que tu es à la version 6.4.0 et j'ai vu qu'il y a une petite mise à jour en 6.4.1 (mais ce n'est pas le point). Cris n'était pas revenu vers moi concernant ce problème de synchronisation, donc je le reporte ici :)
 
PS: sauf erreur de ma part, la nouvelle version (6.4.0) est configurée en https par défault (https://nas_ip:8081/Pydio). Est-ce que cela est normal?
 
giopas a dit:
PS: sauf erreur de ma part, la nouvelle version (6.4.0) est configurée en https par défault (https://nas_ip:8081/Pydio). Est-ce que cela est normal?

vu qu'elle ne lance plus de process apache custom, elle reflétera ta configuration webserver
 
Uhm, OK, mais pourquoi elle essaye de se connecter en HTTPS au lieu de HTTP? Il paraît qu'il y a un redirect...

Sent from mobile using TapaTalk
 
je vois pas

par défaut je ne l'active même pas dans le fichier de conf
Code:
/opt/QPydio/QPydio/conf/bootstrap_conf.php
 
Mince, je crois d'avoir trouvé: les Virtual Hosts s'étaient désactivés dans QTS et donc tout tombait sur QTS. :oops: