MacWarrior / clipbucket-v5

Open source video hosting with PHP
Other
72 stars 44 forks source link

About the debian script installer for beginners #421

Closed ekardian closed 2 months ago

ekardian commented 3 months ago

The script for debian beginners fail if clone the repository, i don not cap a screenshot but, when i downloaded from the stable like the 5.5.0, this is running good.

The issue is when you need to fill the user db, password db, afther this we press the next the page do not load the next step

other thing, if cb run only in the web root why the script is isntalling in a sub folder like http://localhost/clipbucket/upload

debian-install

ekardian commented 3 months ago

imagen Working good in the web root, now i gonna try fix my old db

MacWarrior commented 3 months ago

Hello @ekardian,

You might get some JS error in your browser, please disable all extensions and retry ; also give us any error message you got

Installation script don't use "localhost", it defines a custom local dns like clipbucket.local, and vhost is configured to use it as root directory

Best regards, MacWarrior.

ekardian commented 3 months ago

was installed with the clipbucket.local, and was configured too with the vhost as root directory, but, i had to delete the older directory /var/www , now it work, im not in the machine, tomorrow i gonna share the config apache.conf

ekardian commented 3 months ago

Tested in Debian 12.2, apache2 it work with restarting service with apache2ctl with systemctl was not reflecting the new configurations, and comment a part of my apache2.conf that was created with the script begginer installer for debian 12

sudo apache2ctl restart

with

sudo systemctl restart apache2

i commented this part, because i saw two web root

#<Directory /var/www/>
#       Options Indexes FollowSymLinks
#       AllowOverride None
#       Require all granted
#</Directory>

at then end of apache2.conf


<Directory /srv/http/>
        Options Indexes FollowSymLinks
        AllowOverride None
        Require all granted
</Directory>

site-enables/000-default.conf

imagen

and i restarted with apache2ctl, with systemctl is not reflecting the new config

sudo apache2ctl restart

imagen

MacWarrior commented 2 months ago

Hello @ekardian,

Clipbucket isn't compatible with subdirectory for now ; even if pages should load correctly, internal links aren't currently build, some are still hardcoded and simply won't work This is absolutely something we'll work on as said on #156

Best regards, MacWarrior.