WIP: Add "site under maintenance" config #3

Draft
vlw wants to merge 1 commit from feat/maintenance into master
Owner

This PR adds a site that can be attached to any service that requires maintenance without returning a 503 error.

This PR adds a site that can be attached to any service that requires maintenance without returning a 503 error.
vlw added 1 commit 2025-01-20 14:11:24 +01:00
This pull request is marked as a work in progress.
This branch is out-of-date with the base branch
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feat/maintenance:feat/maintenance
git checkout feat/maintenance

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout master
git merge --no-ff feat/maintenance
git checkout feat/maintenance
git rebase master
git checkout master
git merge --ff-only feat/maintenance
git checkout feat/maintenance
git rebase master
git checkout master
git merge --no-ff feat/maintenance
git checkout master
git merge --squash feat/maintenance
git checkout master
git merge --ff-only feat/maintenance
git checkout master
git merge feat/maintenance
git push origin master
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: config/nginx#3
No description provided.