axeloz / filesharing

Self-hosted files sharing application, easy to setup, easy to use
https://filesharing.webinno.fr
GNU General Public License v3.0
220 stars 33 forks source link

Creating Users (docker image) + Upload Issue #48

Closed FuckingToasters closed 12 months ago

FuckingToasters commented 1 year ago

Hello, i'd like to make an administrative user (my own) to manage the application via an admin dashboard On other docker containers i deloyd so far the first user created automatically got admin privileges, for filesharing there don't seem to be an register page.

It would also be nice, if users can register accounts for themselves.

When pressing the crete app bundle button on my instance, nothing seem to happen.

Regards, FuckingToasters

axeloz commented 1 year ago

Hey @FuckingToasters. OK you are mixing feature request and bug report 😉

Let's start with the issue. You cannot start a new bundle? Does it work for you from the demo (https://filesharing.box.webinno.fr/)? On your instance, can you open the Browser Console (https://appuals.com/open-browser-console/) and check in the "Console" tab if there is any red error when you click the "New bundle" button? Paste the errors here please

Next, there is no dashboard on filesharing yet. You are right, there is no default user for security reasons (half or more of the admins won't change the default password, plus there is no easy way to do it anyways). Filesharing is built with simplicity in mind. But I suppose that a dashboard would make sense.

FuckingToasters commented 1 year ago

Hey @FuckingToasters. OK you are mixing feature request and bug report 😉

Let's start with the issue. You cannot start a new bundle? Does it work for you from the demo (https://filesharing.box.webinno.fr/)? On your instance, can you open the Browser Console (https://appuals.com/open-browser-console/) and check in the "Console" tab if there is any red error when you click the "New bundle" button? Paste the errors here please

Next, there is no dashboard on filesharing yet. You are right, there is no default user for security reasons (half or more of the admins won't change the default password, plus there is no easy way to do it anyways). Filesharing is built with simplicity in mind. But I suppose that a dashboard would make sense.

Oh sorry mb for mixing it up...

Demo works for me, i inspected the issue with console and got following: grafik So there is a missing permission, i probably need to use chmod somewhere but i don't really know where xD

Regards, FuckingToasters

axeloz commented 1 year ago

OK, thanks You have a disk permission issue. You should make sure that your storage directory is writable by the docker process (I guess).