Christopher Charbonneau Wells
f19b589585
Removed old CHANGELOG reference
2023-10-14 05:25:03 -07:00
Christopher Charbonneau Wells
b305828fe0
Update Baby Buddy for Android source URL
2023-10-10 06:52:42 -07:00
Michael Salaverry
08d0fd6e22
docs: surface link to github codespace as alternative to gitpod
2023-09-19 14:17:43 -07:00
Christopher C. Wells
5ec926ac2b
Update translations from POEditor
2023-05-02 18:54:19 -07:00
Christopher C. Wells
d9795556c1
Document Home Assistant as a deployment method
2023-03-19 16:34:53 -07:00
Christopher Charbonneau Wells
fad9262884
Add Baby Buddy for Android to BBotW
2023-03-10 15:04:10 -08:00
Christopher Charbonneau Wells
049553f74f
Add Grafana dashboard to BBotW
2023-03-02 09:57:50 -08:00
Christopher C. Wells
b9c86c8df8
Correct language name order
2023-02-11 12:46:08 -08:00
Christopher C. Wells
c95b2f07a3
Update latest translations from POEditor
2023-02-11 11:21:26 -08:00
Christopher Charbonneau Wells
fc3be38c4c
Add app conversion post to BBotW
2023-02-10 06:24:19 -08:00
Christopher Charbonneau Wells
c5a56aaabd
Add new keypad project to BBotW
2022-12-08 12:54:15 -08:00
Christopher Charbonneau Wells
18eada0d3e
Add Youtube video to Baby Buddy on the Web
2022-11-09 08:48:07 -08:00
Christopher Charbonneau Wells
b6563a903f
Add BabyScout to Baby Buddy on the Web
2022-11-03 14:51:24 -07:00
Christopher C. Wells
65a7e8776c
Remove Heroku-specific config and documentation
2022-10-29 18:51:59 -07:00
Christopher Charbonneau Wells
27b50615d5
Add new "Baby Buddy on the Web" entry
2022-09-02 10:03:20 -07:00
Christopher Charbonneau Wells
dd016cb1ea
Tweak section title
2022-07-16 18:52:12 -07:00
Christopher Charbonneau Wells
a41118a9a4
Add Catalan to languages list
2022-04-10 16:06:13 -07:00
Marco H
f83c1b05a2
Update README.md
2022-03-22 05:13:20 -07:00
Christopher C. Wells
8e0335e15e
Add Chinese (simplified) to README languages list
2022-02-21 10:31:38 -08:00
Christopher C. Wells
2037035e6d
Add the little code style badge guy
2022-02-09 16:05:39 -08:00
Peter Ott
9e71911757
add HA Addon link
2022-01-15 12:46:00 -08:00
Christopher C. Wells
5811755f7b
Customize docs site
2021-12-22 11:10:20 -05:00
Christopher C. Wells
cbc2fed2fb
Add initial mkdocs config
2021-12-21 16:45:50 -05:00
Christopher C. Wells
650d864c64
Add information about projects using Baby Buddy
2021-10-31 15:16:47 -07:00
Christopher C. Wells
9a584481f9
Break huge README in to multiple files
2021-10-31 15:16:47 -07:00
Christopher C. Wells
fae764afbf
Add UK English to list of supported languages
2021-10-26 19:55:16 -07:00
Alpha Chen
04c1fc0317
Fix typo in README
2021-10-25 10:16:35 -07:00
Christopher C. Wells
821aa34fed
Update language option configurations
2021-10-07 05:58:03 -07:00
Christopher C. Wells
956453b206
Add Portuguese to README
2021-09-16 18:53:46 -07:00
Ohad Lutzky
d0742674e8
Move CI and Coverage badges to main README
2021-09-03 14:52:59 -07:00
Ohad Lutzky
b183a39a60
Gitpod config
2021-09-03 14:52:59 -07:00
jcgoette
81fad7d30e
add SECURE_PROXY_SSL_HEADER env arg option
2021-08-21 06:04:56 -07:00
Justin Goette
f48141e2bb
add Docker admin activity example
2021-08-18 19:03:38 -07:00
Christopher C. Wells
450eb3137e
Remove Docker deployment support files
2021-07-07 20:48:28 -07:00
Christopher Charbonneau Wells
e2e73d236d
Remove unsupported AWS EB deployment documentation
2021-07-06 21:20:34 -07:00
Christopher Charbonneau Wells
9fdf2c2f2d
Update Docker deployment documentation
2021-07-06 21:20:34 -07:00
Christopher Charbonneau Wells
8e814f1674
Fix backticks usage in README
2021-07-06 20:32:40 -07:00
Ohad Lutzky
c31b2b5519
Add `libpq-dev` to instructions
...
Fixes #238
2021-07-06 13:42:42 -07:00
Christopher C. Wells
250e07e739
Set default timezone as UTC
...
The previous setting of "Etc/UTC" appears to no longer be valid in certain
circumstances. This was causes tests to fail on user settings because the
provided default was invalid. "UTC" should be more uniformly recognized so
hopefully this does not have any downstream effects.
Closes #203
2021-05-05 05:58:32 -07:00
Christopher C. Wells
6fb958d6b3
Add Italian translations
2021-03-04 06:03:29 -08:00
Christopher C. Wells
311c6d2e05
Add Dutch translations
2021-02-25 06:00:23 -08:00
Christopher C. Wells
a64b601f33
Use actual user and group in manual install instructions
...
Closes #194 .
2021-02-24 05:17:38 -08:00
Zutart
4733ec0b83
Improve database setting configuration options ( #182 )
...
* Updated docker.py to allow for custom PSQL env input
* Updated README.md with new PSQL env variables
* Updated with new variable names and adjusted inline logic
* Updated README.md to reflect new env variable names
* Updated database password fallback to prevent breaking existing deployments
* Updated with new env variables
* Further edits per PR discussion
* Removed unnecessary variables from example docker-compose file
2021-01-04 18:06:11 -08:00
Christopher Charbonneau Wells
3f1a7d9a9d
Refactor to remove pandas dependency ( #177 )
...
* Use regular dicts for sleep pattern (WIP)
* Remove dataframes code from sleep pattern graph
* Reimplement UTC offset change handling
* Move label formatting in to a function
* Remove pandas!
* Fix linting issue
* Add dev requirements to generated requirements.txt
* Stop committing Pipfile.lock
Pipenv is designed to pin to a specific version of Python. Including the lock
file can lead to failed builds or broken package configurations on different
system architectures and/or Python versions.
2020-12-02 20:15:22 -08:00
Justin Goette
6d601abf30
Update README.md
2020-11-05 15:43:12 -08:00
Justin Goette
b67ccb2fed
Update README.md
...
Rearranged and added some detail to the Docker instructions to make them more beginner friendly.
2020-11-05 15:43:12 -08:00
Christopher C. Wells
634b1dafd1
Add Finnish to list of translations in README
2020-07-29 19:51:32 -07:00
Christopher C. Wells
6b06dbf936
Add documentation for USE_24_HOUR_TIME_FORMAT ( #148 )
2020-07-22 19:48:56 -07:00
Christopher C. Wells
172ef58fcf
Add example Docker Compose file for SQLite-based deployment ( #145 )
2020-06-21 08:21:17 -07:00
Christopher C. Wells
df0b54b6c2
Add OpenAPI schema file to repository ( #147 )
2020-06-19 15:13:01 -07:00