psi-4ward / psitransfer

Simple open source self-hosted file sharing solution.
BSD 2-Clause "Simplified" License
1.5k stars 217 forks source link

stupid question but where can I find the admin password? #303

Closed Hendrik292 closed 5 months ago

lpirl commented 6 months ago

Try ctrl + f "admin" on the main page of this project. :)

Hendrik292 commented 6 months ago

And if I manually configure the server like this?

Compile the frontend apps

$ cd app $ npm install $ npm run build

Install dependencies

$ cd .. $ npm install $ npm start

Try ctrl + f "admin" on the main page of this project. :)

psi-4ward commented 6 months ago

https://github.com/psi-4ward/psitransfer/blob/master/config.js#L38

Hendrik292 commented 6 months ago

https://github.com/psi-4ward/psitransfer/blob/master/config.js#L38

But how can I change the password if I set the line to true?

AlkoholLiga commented 6 months ago

Configure this line like this to set the password: "adminPass": "YourSecurePassword",

https://github.com/psi-4ward/psitransfer/blob/master/config.js#L38

Hendrik292 commented 5 months ago

image

But when I set a password there, my server no longer starts and this error message comes up

psi-4ward commented 5 months ago

you have to quote it like 'test'

Hendrik292 commented 5 months ago

ah okay thanks