Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.
/ yourls Public archive
forked from dsys/yourls

🔀 Simple Docker container for YOURLS

License

Notifications You must be signed in to change notification settings

texastribune/yourls

 
 

Repository files navigation

🕸 Archive note: This app is no longer hosted nor maintained. See corresponding Decision Doc in wiki

yourls

Simple Docker container for YOURLS.

Usage

Available on Docker Hub as texastribune/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://pvlv.io \
    -e YOURLS_COOKIEKEY=evenmoresecure \
    -e YOURLS_USERS=adminusername:adminpassword \
    -it texastribune/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 [pavlov/docker-yourls] https://github.com/texastribune/yourls.git) Thanks for being awesome. :)

About

🔀 Simple Docker container for YOURLS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 42.8%
  • PHP 38.7%
  • Makefile 10.0%
  • Dockerfile 8.5%