Skip to content

dsys/yourls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yourls

Simple Docker container for YOURLS.

Usage

Available on Docker Hub as pavlov/yourls.

$ docker run \
    -e YOURLS_DB_USER=root \
    -e YOURLS_DB_PASS=supersecureyo \
    -e YOURLS_DB_NAME=yourls \
    -e YOURLS_DB_HOST=localhost \
    -e YOURLS_DB_PREFIX=yourls_ \
    -e YOURLS_SITE=http:https://pvlv.io \
    -e YOURLS_COOKIEKEY=evenmoresecure \
    -e YOURLS_USERS=adminusername:adminpassword \
    -it pavlov/yourls

The server will be listening on port 80. You'll need to set up a MariaDB/MySQL instance before getting started. Check out config.php for a few more configuration options. Define a /root short-link to set the root redirect.

Development

$ make build
$ make push

License & Acknowledgements

YOURLS is released under the MIT license. This Docker image is released under the BSD 3-Clause license.

This image is inspired by tsgoff/docker-yourls and fauzanariffin/docker-yourls. Thanks for being awesome. :)

About

🔀 Simple Docker container for YOURLS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published