Commit Graph

99 Commits

Author SHA1 Message Date
66c262c57d Adding latest project announcements to repository. 2023-11-25 08:09:46 -05:00
055ac761e3 Updating documentation to reflect the latest app settings changes. 2023-04-14 19:38:54 -04:00
ab4495dc46 Completed the implementation of the SERVER_EXTERNAL_SSL environment setting into the app config files.
Completed the implementation of the aforementioned environment setting into the OAuth workflows.

Documented the aforementioned setting in the Environment-variables.md wiki document.
2023-04-08 17:05:27 -04:00
15e29b6771 Added references to the project's discord server. 2023-03-24 19:42:35 -04:00
e11f55523d Corrected minor formatting issue with project's Code of Conduct policy. 2023-03-19 12:36:44 -04:00
ae16e9868a Corrected project name reference mistake in contribution guide. 2023-03-17 17:48:07 -04:00
4b3759d140 Relocated new security policy to the project root to meet GitHub feature expectations. 2023-03-17 16:46:34 -04:00
5c6cf77996 Updated project README to include references to the new security policy.
Moved the project's code of conduct out of the contributions guide and into the appropriate policy file.

Updated the contribution guide to follow the NetBox project format.

Added various issue templates based on the NetBox project formats but updated for PDA.

Added additional GitHub workflows to handle stale and closed issue and PR management.

Removed legacy stale issue workflow that was not in use.
2023-03-17 16:42:05 -04:00
b23523db4b Merge pull request #1441 from subbink/1412-rename-domain-to-zone
Finish Updating Zone Nomenclature From Domain
2023-03-17 15:24:26 -04:00
92be9567de Merge pull request #1434 from subbink/improve-psql-docs
PostgreSQL Support Improvement
2023-03-17 15:17:41 -04:00
a2d1179fd2 Change domain(s) to zone(s) in the python code and docs 2023-03-16 17:02:23 +01:00
695d746295 Changed basic_settings.md path 2023-03-12 15:32:32 +00:00
0ac7a5a453 Added some explanation about some of the 'basic' settings in the admin 2023-03-12 15:00:32 +00:00
c61489adfc Improve things for using PostgreSQL 2023-03-12 13:11:20 +01:00
b8ab0d3478 Updated the project README with a refreshed screenshot of the dashboard. 2023-03-11 10:21:36 -05:00
22370d0a57 Added a CONTRIBUTING.md documentation file to the project's documentation. 2023-03-11 09:30:51 -05:00
b1b2a0c7b5 Updated project documentation to use the "latest" Docker Hub image tag in preparation for the upcoming changeover where the "latest" tag will represent the current stable production release.
Updated the Docker image build workflow to include the new "dev" branch.
2023-03-10 18:08:24 -05:00
c617aa1483 Merge branch 'raunz-session_type_sqlalchemy' into dev 2023-03-10 16:35:22 -05:00
c707f1e1c5 Added support for dict/json environment variables for docker image 2023-03-10 15:20:18 +02:00
68d9fb3755 Support multiple Flask session types, not just filesystem. Set via generic SESSION_TYPE environment variable 2023-03-08 12:08:07 +02:00
622003a46e Typo 2023-03-08 10:51:01 +01:00
d055fd83c5 Documentation, Fix 2023-03-08 08:52:27 +01:00
50339fda55 Updated wiki documentation for Docker installations to reference the latest stable release published to Docker Hub instead of the latest image built from the primary branch. 2023-02-26 03:51:48 -05:00
5ad384bfe9 Add support for oidc_oauth_metadata_url configuration option
This commit adds support for the `oidc_oauth_metadata_url` configuration
option. This option specifies the URL of the OIDC server's
metadata endpoint, which contains information about the OIDC server's
endpoints, supported scopes, and other configuration details. By using this
option, we can ensure compatibility with different OIDC servers and reduce
the risk of errors due to manual endpoint configuration.
2023-02-23 09:21:01 +01:00
4d529ec1d6 Linted the main menu. 2022-12-13 02:29:05 -04:00
b0159beaec Add SQLite as a supported database. 2022-12-12 23:12:03 -04:00
dcbc4c3f7e Add PostgreSQL install documentation. 2022-12-12 22:50:26 -04:00
94ce26eaad Minor cleanup of MySQL docs. 2022-12-12 22:49:51 -04:00
cc63d069f6 Fill in MySQL server installation directions. 2022-12-12 22:41:41 -04:00
6f450457ef Update env docs from legal_envvars 2022-12-12 22:06:44 -04:00
89d0ab12f5 Add general arch doc. 2022-12-12 22:06:10 -04:00
12892d70a5 Merge branch 'PowerDNS-Admin:master' into docs-updates 2022-12-12 13:51:59 -04:00
3889ceaf4c Updated documentation to reflect the new Docker Hub home of the project's Docker images. 2022-12-09 12:55:45 -05:00
02b7bda292 Update supported versions of python. 2022-12-09 12:32:23 -04:00
4f656d827e Move DB directions to that section of docs. 2022-12-09 10:56:08 -04:00
b1a3a98692 Add general install notes. 2022-12-09 07:25:25 -04:00
8b986db2ac Desc added for what is being created. 2022-12-09 07:11:12 -04:00
5ab04509c3 Remove MySQL specific documentation 2022-12-09 07:03:07 -04:00
e06fcd75ce Moved database specific packages to the setup MySQL directions. 2022-12-09 07:02:26 -04:00
a5fdd8ffc4 Change notes to headers and move setup of first user to getting started. 2022-12-09 06:46:40 -04:00
496222e6b7 Remove TODO and add setup of first user. 2022-12-09 06:46:02 -04:00
5f643ccb78 Explain where the config.py is. 2022-12-08 23:11:04 -04:00
099579de11 Add db setup considerations for MySQL. 2022-12-08 23:04:23 -04:00
09b661a8a3 Fix spelling mistake 2022-12-08 22:53:23 -04:00
117659dd31 Moved database setup to database-setup. 2022-12-08 22:51:59 -04:00
fa6c58978b Cleaned up mysql setup process. 2022-12-08 22:50:25 -04:00
be933db09a Add documentation on how to allow remote connection on postgres. 2022-12-08 22:37:29 -04:00
9f8c416432 Make db list a list. 2022-12-08 22:06:24 -04:00
3c5b883405 Add DB setup README.md 2022-12-08 22:02:51 -04:00
d6838cf802 Add mysql DB URI 2022-12-08 22:02:37 -04:00