Skip to content

Commit

Permalink
Add template for link update request
Browse files Browse the repository at this point in the history
  • Loading branch information
MTecknology committed Aug 30, 2024
1 parent 87578fd commit e666e3b
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 4 deletions.
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/link-update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: Link Update
about: Create a request to update our directory
title: "[DATA] <Add OR Update> link for <SUBDOMAIN>"
labels: directory
assignees: MTecknology

---

<!--
Fill out the following form as accurately as possible.
- Anything between <!-- --> is a comment and will be hidden.
- Anything between < > MUST be completed.
- Check out "Data Format" for info: https://github.com/recoverysource/sober.page#data-format
-->

Subdomain: <REQUIRED>

<!-- Only information that needs to be added or modified needs to be completed. -->

- Title: <!-- website title -->
- Keywords: <!-- list, of, regions -->
- Target: <!-- URL -->
- Type: <!-- forward OR cname -->
- Feed: <!-- type^URL -->
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ aims to provide support for basic maintenance tasks.

See full project details at https://sober.page/.

Hugo Data
---------
Data Format
-----------

**Location:** ``data/domains/<group>.yaml``

Expand Down
6 changes: 4 additions & 2 deletions content/aa.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ menu:

The index of **support group websites for Alcoholics Anonymous:** [^1]

Subdomains can be accessed using ``https://[subdomain].sober.page``
or ``https://[subdomain].sobersupport.group`` [^2]
Subdomains can be accessed using ``https://[subdomain].sober.page`` [^2]

Please create a ["Link Update" request](https://github.com/recoverysource/sober.page/issues/new/choose)
if you find any errors on this page!

{{< dns-list domains="aa" >}}

Expand Down
1 change: 1 addition & 0 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ server {
# Note: Only external redirects should be handled by this server block.
##
map $host $canonical_redirect {
# Generated by ./sync:make_map()
default https://about.sober.page/unconfigured/;
include canonical_redirects.map;
}
Expand Down

0 comments on commit e666e3b

Please sign in to comment.