MatthewL246 / pretendo-docker

An unofficial Docker Compose setup for self-hosting a Pretendo Network server.
https://matthewl246.github.io/pretendo-docker/
GNU Affero General Public License v3.0
55 stars 9 forks source link

Bump repos/account from `1918701` to `988ce63` #142

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps repos/account from 1918701 to 988ce63.

Commits
  • 988ce63 Merge pull request #117 from binaryoverload/dev
  • 4de42cf Some domains can be optional - rename cdn to local_cdn to be more clear
  • 616493f Merge pull request #116 from binaryoverload/dev
  • 17b37d8 Fix import order
  • 0a8c678 Remove newline
  • 1768dc4 Disable datastore if key not set
  • 5c40042 Removed unneeded filter - is-valid-hostname filters for empty values
  • 8f9b174 Apply suggestions from code review
  • bf9041b Add other account domain to default
  • 241c911 Add domain middleware back to api route
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
MatthewL246 commented 2 months ago

Should add the new environment variables before merging

AToska21 commented 2 months ago

Should add the new environment variables before merging

wait, what new variables? i just did a git checkout on my repos/account to 988ce63

AToska21 commented 2 months ago

nvm, the only thing changed is the environment variable for the CDN base url, which doesn't apply here since we use S3

MatthewL246 commented 2 months ago

New environment variables for the different domains were added, and even though they aren't required, I still want to add them for completeness purposes.

dependabot[bot] commented 2 months ago

Superseded by #143.