mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 04:42:17 +00:00
This is related to ticket #1374, and simplifies the steps for local development environments to have a working login flow for github and google. The improvements were configuration for the client id and secret for google and github via .env vars instead of having to go through setting up "Social Applications" via the admin interface, and automating the process for creating google cloud projects in which oauth clients can be created. Documentation was adjusted to fit. That was as far as this could be automated given limitations on both Google Cloud Platform and Github's APIs for creating oauth clients/apps. The terraform process can be improved if these tickets see some progress or an API comes about to support this. Google https://github.com/hashicorp/terraform-provider-google/issues/16452 https://issuetracker.google.com/issues/116182848 Github https://github.com/integrations/terraform-provider-github/issues/786
Documentation for the Boost Website
- API Documentation - We don't have many API endpoints, but the ones we do have are documented here
- Boost Mailing List -Includes OAuth instructions
- Caching and the
RenderedContentmodel - Dependency Management
- Development Setup Notes
- Environment Variables
- Events Calendar
- Example Files - Contains samples of
libraries.json..gitmodules, and other files that Boost data depends on - Hosting
- Mailman
- Management Commands
- News and Moderation
- Retrieving Static Content from the Boost Amazon S3 Bucket
- RSS Feeds
- Syncing Data about Boost Versions and Libraries with GitHub
- User Management - Describes how we allow authors and maintainers to "claim" the accounts that we create for them as part of the library upload process, and how to prevent users from updating their own profile photos.