Christopher Charbonneau Wells
a9480950d2
Add Ukrainian translations ( #786 )
2024-03-28 05:03:11 -07:00
billybonks
2d1338a915
lint: add markdown and yaml to prettier
2024-02-07 19:46:51 -08:00
Christopher C. Wells
267780d113
Update outdated Django docs references
2024-01-27 09:05:24 -08:00
Christopher Charbonneau Wells
49d8f2b340
Update to Django 5.x ( #746 )
2024-01-13 20:22:08 -08:00
mmomjian
9b603a9e84
Add DB options support ( #745 )
...
* Update base.py
allow postgres SSL
* Update base.py
* Update database.md
documentation
* Update database.md
* Update database.md
* Update database.md
Docs specified that postgres was the default variable, but settings/base.py:100-115 uses SQLite as default.
* Adjust documentation language
---------
Co-authored-by: Christopher Charbonneau Wells <10456740+cdubz@users.noreply.github.com>
2024-01-06 03:39:18 -08:00
Edvin N
d053050ed5
Add CGP Cloud Run deployment documentation
...
* Add docs for gcp cloud run
* terraform gcp cloud run
* Edit GCP Clound Run documentation for clarity
---------
Co-authored-by: Christopher Charbonneau Wells <10456740+cdubz@users.noreply.github.com>
2023-12-22 12:53:36 -05:00
Christopher C. Wells
0077d26142
Add detail on running commands in an LSIO container
...
See #729
2023-10-21 07:11:35 -07:00
Michael Salaverry
7af0a658d6
feat: configure and explain debugging in devenv
2023-10-08 15:23:57 -07:00
Michael Salaverry
b8b0f7fad1
refactor: ditch docker container support in favor of simpler nix
2023-09-19 14:17:43 -07:00
Michael Salaverry
48f295cbf0
refactor: avoid glibc error
...
https://github.com/cachix/devenv/issues/749
2023-09-19 14:17:43 -07:00
Michael Salaverry
720ad2cb98
feat: devenv support for reproducible developer environment using nix
2023-09-19 14:17:43 -07:00
Christopher C. Wells
4df816984d
Move cache table creation to a migration
2023-07-25 17:40:01 -07:00
Christopher C. Wells
45263d24f7
Increase minimum Python version to 3.8
2023-07-09 09:32:43 -07:00
Paul Konstantin Gerke
6f05fb3835
Renamed the settings-option to ENABLE_HOME_ASSISTANT_SUPPORT
2023-07-05 14:32:26 -07:00
Paul Konstantin Gerke
1a946a2228
Add middleware and setting for x-ingress-path interpretation
2023-07-05 14:32:26 -07:00
Justin Goette
5bc79c2703
docs: Fix broken link
2023-06-24 04:02:41 -07:00
Ludovic Drouard
ac3a6fd973
Add database version requirements
2023-06-01 13:55:17 -07:00
Christopher C. Wells
694bb3f811
Use django-dbsettings package for site settings
2023-04-15 13:59:44 -07:00
Christopher C. Wells
5875ef9658
Remove support for 24H time format override
2023-03-25 14:29:35 -07:00
Christopher C. Wells
7b7f17fde6
Remove "inactive" timer concept -- delete on complete
...
Closes #109
2023-03-25 13:23:05 -07:00
Christopher C. Wells
353533a6ef
Remove custom frontend datetime handlers
2023-03-25 13:15:20 -07:00
p-b--
77d4ba1920
Add django-specific notes for PROXY_HEADER config ( #609 )
...
* Add django-specific notes for PROXY_HEADER config
* Update security.md
2023-03-22 12:41:44 -07:00
Christopher C. Wells
d9795556c1
Document Home Assistant as a deployment method
2023-03-19 16:34:53 -07:00
Christopher C. Wells
f8f605a118
Update node version to 18
2023-03-18 10:07:26 -07:00
Tom Pansino
6acadcb11b
Allow setting CSRF_COOKIE_SECURE and SESSION_COOKIE_SECURE via env vars
2022-12-07 16:35:02 -08:00
earthcomfy
6f83611f42
Remove group arg and add --read-only flag to createuser command
2022-10-31 06:49:55 -07:00
earthcomfy
b50748598b
fix - Remove staff type from group and add is-staff arg
2022-10-31 06:49:55 -07:00
Christopher C. Wells
65a7e8776c
Remove Heroku-specific config and documentation
2022-10-29 18:51:59 -07:00
Hana Belay
74582effb1
Create a user add management command ( #534 )
...
* feat: Create management command to add a user
* feat: Test user create management command
* feat: Remove unnecessary args from createuser command
* fix: remove in-active arg from createuser command
* feat: Add doc to createuser command
Co-authored-by: Christopher C. Wells <git-2022@chris-wells.net>
2022-10-04 08:24:01 -07:00
EnsuingRequiem
46159850c4
Add forward auth by way of remote user
...
* Add forward auth related settings
* Document forward auth settings
* Rearrange code to match preference
* Adjust forward auth configuration
* Add tests for reverse proxy auth
Closes #517
Co-authored-by: Christopher C. Wells <git-2022@chris-wells.net>
2022-09-18 14:00:41 -07:00
Christopher Charbonneau Wells
0d26efe05a
Add a way to set the SMTP configuration ( #506 )
...
* Update configuration of password reset URLs
* Add support for email configuration via environment variables
* Remove unused settings files
* Add email configuration documentation
* Reorganize configuration documentation by topic
* Fix linting issue
* Add password reset flow test
* Correct icon name
* Isolate password reset test case
* Update locales for new strings
2022-07-30 14:22:34 -07:00
Jean-Louis Jouannic
d43bf344f4
📝 adds some documentation about deploying on Clever Cloud
2022-07-10 07:16:15 -07:00
Jean-Louis Jouannic
f6960dc2e9
✨ Add support for other S3-like providers ( #476 )
2022-06-06 13:34:22 -07:00
Christopher C. Wells
f3b009307b
Drop support for Python 3.6
...
Python 3.6 was EOL on 23 Dec 2021.
2022-05-31 08:25:35 -07:00
Christopher C. Wells
6fed1b80f3
Upgrade to Node 16.x
2022-05-31 08:23:41 -07:00
Christopher C. Wells
e4345b03e7
Use named code blocks throughout documentation
2022-05-28 13:47:48 -07:00
Christopher C. Wells
8e33033e26
Add docs-specific requirements
2022-05-28 13:27:36 -07:00
Christopher C. Wells
5d03b4066f
Clarify API timer field documentation
2022-05-28 13:15:07 -07:00
Christopher C. Wells
af5253585e
Add latest endpoints to documentation
2022-05-28 13:15:06 -07:00
adamaze
767dac44f4
fix typo
2022-05-22 12:42:20 -07:00
Justin Goette
6dcddc88b6
fix leading spaces
...
makes copypasta easier.
2022-04-12 13:05:03 -07:00
bugbountyguy
9b4bbef5bf
Change reading to entry and other PR feedback
2022-04-04 20:39:39 -07:00
bugbountyguy
4ceb6095d3
Rename breastpump to pumping
2022-04-04 20:39:39 -07:00
bugbountyguy
5c45b037f0
Finish up adding the brestpump measurement
2022-04-04 20:39:39 -07:00
Christopher C. Wells
428a515c38
Add container-based HTTPS configuration documentation
...
Fixes #407
2022-02-28 07:18:51 -08:00
Christopher C. Wells
a5042f2660
Add HTTPS/SSL documentation
...
Fixes #406
2022-02-27 15:04:18 -08:00
Christopher C. Wells
f258124f6e
Add syntax highlighting to relevant docs
2022-02-26 16:20:35 -08:00
Christopher C. Wells
c19d6cc6b9
Complete support for subdirectory hosting
...
Fixes #186
2022-02-26 15:55:16 -08:00
Christopher C. Wells
0dc9f4b219
Add proxy configuration documentation
2022-02-25 20:28:12 -08:00
Christopher C. Wells
a772f0d691
Improve and clarify proxy environment variables documentation
2022-02-25 20:28:12 -08:00