Sign inSign up

jamrizzi/easyappointments

By jamrizzi

•Updated over 8 years ago

A docker image for Easy!Appointments

Image
14

500K+

jamrizzi/easyappointments repository overview

⁠Easy!Appointments Docker

A docker image for Easy!Appointments

Please ★ this repo if you found it useful ★ ★ ★

⁠Features

  • Change settings with environment variables
  • Sync with Google Calendar
  • Set timezone

⁠Installation

docker run --name some-mariadb -e MYSQL_ROOT_PASSWORD=hellodocker -e MYSQL_DATABASE=easyappointments mariadb:latest
docker run --name some-easyappointments -d --link some-mariadb:db -p 8888:8888 jamrizzi/easyappointments:latest

⁠Usage

Environment VariableDeafult Value
BASE_URL"http://localhost:8888⁠"
LANGUAGE"english"
DEBUGfalse
DB_HOST"db"
DB_NAME"easyappointments"
DB_USERNAME"root"
DB_PASSWORD"hellodocker"
GOOGLE_SYNC_FEATUREfalse
GOOGLE_PRODUCT_NAME
GOOGLE_CLIENT_ID
GOOGLE_CLIENT_SECRET
GOOGLE_API_KEY
TZ"UTC"

⁠Dependencies

⁠Support

Submit an issue⁠

⁠Buy Me Coffee

A ridiculous amount of coffee was consumed in the process of building this project.

Add some fuel⁠ if you'd like to keep me going!

⁠Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

⁠License

MIT License⁠

Jam Risser⁠ © 2017

⁠Credits

⁠Changelog

0.1.0 (2017-08-20)

  • Beta version
  • Fixed timezone bug

0.0.1 (2017-05-11)

  • Initial release

Tag summary

Content type

Image

Digest

Size

28.3 MB

Last updated

over 8 years ago

docker pull jamrizzi/easyappointments