- Modifié
DarkMoonID wrote:is it possible to show disk space per-user? not all hdd show in the seedbox manager?
Hi, for this, you need to :
- either create partition for each user Home directory, either use a partition plug-in for seedbox (I think the first way is the simplest)
- in the configuration file of seedbox-manager (the conf.ini), the default root is "/", change it to "/home/<user>" once it is in a partition
Bon, pour ma part, impossible d'accéder à Seedbox-manager avec http://ip_serv/seedbox-manager.
Si j'ai cette configuration,
## début config seedbox-manager ##
location ^~ /seedbox-manager/public {
root /var/www/;
include /etc/nginx/conf.d/php.conf;
include /etc/nginx/conf.d/cache.conf;
}
## fin config seedbox-manager ##
Je peux accéder à SBMgr via ip/seedbox-manager/public
Si j'ai cette configuration (celle du tuto, d'ailleurs il faudrait bien préciser de remplacer et non pas ajouter )
location ^~ /seedbox-manager {
alias /var/www/seedbox-manager/public;
include /etc/nginx/conf.d/php-manager.conf;
include /etc/nginx/conf.d/cache.conf;
}
Impossible, j'ai le droit à un beau "404 not found"
Des idées ? J'ai parcouru toutes les pages, mais personne n'a exactement ce problème et je bute depuis quelques heures !
Merci, super tuto en tout cas