Giter Club home page Giter Club logo

Comments (3)

akhiljalagam avatar akhiljalagam commented on September 22, 2024

Howto Install POLR on alpine with Caddy

This isn't a complete doc, but mainly you need to follow directions, except they FAIL. After that, follow manual setup with relevant drirections.

Finally, to add an admin user to the database, you need something like THIS:

INSERT INTO users VALUES(1,'admin','hashtedpw','[email protected]','127.0.0.1','recoverysecret','admin','1',NULL,0,'60','2021-09-20 06:41:11','2021-09-20 06:41:11',NULL);

this will NOT work as typed in. to get the hashed password:

php -r "echo password_hash('YOURADMINPASSWORDINTHECLER', PASSWORD_BCRYPT, ['cost' => 8]) . PHP_EOL;"

to get a recovery key:

at /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 100 | head -n 1

To get the valid date:

date '+%Y-%m-%d %H:%M:%S'

Hope this helps someone else.

Thomas

update at /dev/urandom to cat /dev/urandom

from polr.

alexkowel avatar alexkowel commented on September 22, 2024

Thanks, this helped a lot!

from polr.

tkaefer avatar tkaefer commented on September 22, 2024

You could use my Dockerfile for polr, as it is using alpine as the base: https://github.com/tkaefer/polr/blob/master/Dockerfile

from polr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.