Skip to content

Commit 08d89bc

Browse files
committed
Merge branch 'main' into 20260418-nextcloud-aio
2 parents 219e7f2 + de520ff commit 08d89bc

2 files changed

Lines changed: 16 additions & 34 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 14 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,23 @@
1-
# Pull Request Title: [Short Description of Changes]
1+
# [Service Name]: [Summary of changes]
2+
<!-- Examples: Dockhand: new service | Changedetection: fix port mapping -->
23

34
## Description
4-
5-
Provide a brief description of the changes made in this pull request. Include the following:
6-
7-
- The purpose of the changes
8-
- Any background context or additional details
5+
<!-- Briefly describe what changed. -->
96

107
## Related Issues
8+
<!-- Link any related issues (e.g. Fixes #123). Use "None" if not applicable. -->
9+
- None.
1110

12-
- Issue #[issue number] (e.g., Fixes #[issue number])
13-
14-
## Type of Change
15-
16-
- [ ] Bug fix
17-
- [ ] New feature
18-
- [ ] Documentation update
19-
- [ ] Refactoring
20-
21-
## How Has This Been Tested?
22-
23-
Describe the tests you ran to verify your changes. Provide instructions for reproducing the testing process:
24-
25-
1. [Test case 1]
26-
2. [Test case 2]
11+
## Verification
12+
<!-- Describe how you tested this change and include relevant proof such as logs, command output, or screenshots if useful. -->
2713

2814
## Checklist
2915

30-
- [ ] I have performed a self-review of my code
31-
- [ ] I have added tests that prove my fix or feature works
32-
- [ ] I have updated necessary documentation (e.g. frontpage `README.md`)
33-
- [ ] Any dependent changes have been merged and published in downstream modules
34-
35-
## Screenshots (if applicable)
36-
37-
If visual changes are made, include screenshots to demonstrate them.
38-
39-
## Additional Notes
16+
- [ ] I have performed a self-review of my code and followed the [templates](https://github.com/tailscale-dev/ScaleTail/tree/main/templates/service-template) structure.
17+
- [ ] I have added verification that the stack works as expected.
18+
- [ ] I have updated necessary documentation (e.g. frontpage [README.md](https://github.com/tailscale-dev/ScaleTail/blob/main/README.md) ).
19+
- [ ] I have selected the correct label(s) for this PR.
4020

41-
Add any additional comments or information that may be relevant.
21+
## Additional Context
22+
<!-- Any extra info for reviewers, such as gotchas, special requirements, devices, or dependencies. Use "None" if not applicable. -->
23+
- None.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Docker](https://img.shields.io/badge/Docker-2496ED?logo=docker&logoColor=fff)](https://www.docker.com/)
66
[![Tailscale](https://img.shields.io/badge/Tailscale-cccccc?logo=tailscale&logoColor=fff)](https://tailscale.com/)
77

8-
ScaleTail provides ready-to-run [Docker Compose](https://docs.docker.com/compose) stacks that instantly connect your self-hosted applications to your [Tailnet](https://tailscale.com/docs/concepts/tailnet). By using a sidecar configuration, your applications get an [URL](https://grokipedia.com/page/URL) with automatic [HTTPS](https://grokipedia.com/page/HTTPS), for example: `https://application.tail-net.ts.net`.
8+
ScaleTail provides ready-to-run [Docker Compose](https://docs.docker.com/compose) stacks that instantly connect your self-hosted applications to your [Tailnet](https://tailscale.com/docs/concepts/tailnet). By using a Docker sidecar configuration, your applications get an [URL](https://grokipedia.com/page/URL) with automatic [HTTPS](https://grokipedia.com/page/HTTPS), for example: `https://application.tail-net.ts.net`.
99

1010
## Featured by Tailscale
1111

@@ -228,7 +228,7 @@ Tailscale Funnel securely exposes services to the public internet. Tailscale Ser
228228

229229
### Tailscale Funnel
230230

231-
[Tailscale Funnel](https://tailscale.com/kb/1223/funnel) is a feature that lets you route traffic from the wider internet to a local service running on a machine in your Tailscale network (known as a Tailnet). You can think of this as publicly sharing a local service, like a web app, for anyone to access—even if they don’t have Tailscale themselves.
231+
[Tailscale Funnel](https://tailscale.com/kb/1223/funnel) is a feature that lets you route traffic from the internet to a local service running on a machine in your Tailscale network (known as a Tailnet). You can think of this as publicly sharing a local service, like a web app, for anyone to access—even if they don’t have Tailscale themselves.
232232

233233
![Tailscale Funnel](images/tailscale-funnel.png)
234234

0 commit comments

Comments
 (0)