fix yammllint warning and random space from weird line wrapping
This commit is contained in:
parent
2dbe34af39
commit
566db7ed84
|
@ -24,7 +24,7 @@ rules:
|
|||
indentation: enable
|
||||
key-duplicates: enable
|
||||
key-ordering: disable
|
||||
line-length: enable
|
||||
line-length: disable
|
||||
new-line-at-end-of-file: enable
|
||||
new-lines: enable
|
||||
octal-values: disable
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
|
||||
hatecomputers_club_oauth2_scope: "openid,email,profile"
|
||||
hatecomputers_club_oauth2_auth_url: "https://auth.hatecomputers.club/ui/oauth2"
|
||||
hatecomputers_club_oauth2_token_url: >
|
||||
https://auth.hatecomputers.club/oauth2/token
|
||||
hatecomputers_club_oauth2_user_info_uri: >
|
||||
https://auth.hatecomputers.club/oauth2/openid/{{ hatecomputers_club_oauth2_client_id }}/userinfo
|
||||
hatecomputers_club_oauth2_redirect_uri: "https://hatecomputers.club/auth"
|
|
@ -10,5 +10,12 @@ services:
|
|||
environment:
|
||||
- CLOUDFLARE_TOKEN={{ cloudflare_api_token }}
|
||||
- CLOUDFLARE_ZONE={{ cloudflare_zone_id }}
|
||||
- OAUTH_SCOPES={{ hatecomputers_club_oauth2_scope }}
|
||||
- OAUTH_AUTH_URL={{ hatecomputers_club_oauth2_auth_url }}
|
||||
- OAUTH_TOKEN_URL={{ hatecomputers_club_oauth2_token_url }}
|
||||
- OAUTH_CLIENT_ID={{ hatecomputers_club_oauth2_client_id }}
|
||||
- OAUTH_CLIENT_SECRET={{ hatecomputers_club_oauth2_client_secret }}
|
||||
- OAUTH_REDIRECT_URI={{ hatecomputers_club_oauth2_redirect_uri }}
|
||||
- OAUTH_USER_INFO_URI={{ hatecomputers_club_oauth2_user_info_uri }}
|
||||
volumes:
|
||||
- ./db:/app/db
|
||||
|
|
|
@ -10,3 +10,5 @@ gitea_internal_token
|
|||
drone_gitea_client_id
|
||||
drone_gitea_client_secret
|
||||
drone_rpc_secret
|
||||
hatecomputers_club_oauth2_client_id
|
||||
hatecomputers_club_oauth2_client_secret
|
||||
|
|
Loading…
Reference in New Issue