Teach admin-fe about custom source URLs #838

Open
Oneric wants to merge 1 commit from Oneric/akkoma:custom-source into develop
Member
Matching https://akkoma.dev/AkkomaGang/akkoma-fe/pulls/421
Oneric added 1 commit 2024-10-17 22:48:21 +00:00
Teach admin-fe about custom source URLs
Some checks are pending
ci/woodpecker/pr/build-amd64 Pipeline is pending
ci/woodpecker/pr/build-arm64 Pipeline is pending
ci/woodpecker/pr/docs Pipeline is pending
ci/woodpecker/pr/lint Pipeline is pending
ci/woodpecker/pr/test Pipeline is pending
f98d5f3f20
Matching  AkkomaGang/akkoma-fe#421
floatingghost reviewed 2024-10-26 03:52:40 +00:00
@ -1196,2 +1196,3 @@
theme: "pleroma-dark",
webPushNotifications: false
webPushNotifications: false,
backendCommitUrl: "",

might we want to set these to the default of this git just for consistency overall?

might we want to set these to the default of this git just for consistency overall?
Author
Member

If you want to we can, though the more places explicitly specify the URLs, the more places need updating if the URLs ever change
(e.g. if the redirect from pleroma-fe → akkoma-fe ever breaks or we’d want to update the default URL to akkoma-fe directly; hosting cost and/or upkeep effort gets too much and this migrates to another forge; etc)

If you want to we can, though the more places explicitly specify the URLs, the more places need updating if the URLs ever change *(e.g. if the redirect from pleroma-fe → akkoma-fe ever breaks or we’d want to update the default URL to akkoma-fe directly; hosting cost and/or upkeep effort gets too much and this migrates to another forge; etc)*
Some checks are pending
ci/woodpecker/pr/build-amd64 Pipeline is pending
ci/woodpecker/pr/build-arm64 Pipeline is pending
ci/woodpecker/pr/docs Pipeline is pending
ci/woodpecker/pr/lint Pipeline is pending
ci/woodpecker/pr/test Pipeline is pending
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u custom-source:Oneric-custom-source
git checkout Oneric-custom-source
Sign in to join this conversation.
No description provided.