-
Notifications
You must be signed in to change notification settings - Fork 457
Expand file tree
/
Copy pathrelease-drafter.yml
More file actions
59 lines (45 loc) · 1.81 KB
/
Copy pathrelease-drafter.yml
File metadata and controls
59 lines (45 loc) · 1.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# Release drafter configuration https://github.com/release-drafter/release-drafter#configuration
# Emojis were chosen to match the https://gitmoji.carloscuesta.me/
name-template: "v$NEXT_PATCH_VERSION"
tag-template: "v$NEXT_PATCH_VERSION"
categories:
- title: ":rocket: Features"
labels: [enhancement, feature]
- title: ":wrench: Fixes & Refactoring"
labels: [bug, refactoring, bugfix, fix]
- title: ":package: Build System & CI/CD"
labels: [build, ci, testing]
- title: ":boom: Breaking Changes"
labels: [breaking]
- title: ":pencil: Documentation"
labels: [documentation]
- title: ":arrow_up: Dependencies updates"
labels: [dependencies]
template: |
## :memo: What’s Changed
$CHANGES
## :busts_in_silhouette: List of contributors
$CONTRIBUTORS
## :motor_boat: Docker Images
Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush
## :running_man: Run This Version
1. Point DNS to your server (e.g. `pwpush.example.com`).
2. Download [docker-compose.yml](https://raw.githubusercontent.com/pglombardo/PasswordPusher/refs/heads/master/docker-compose.yml) or clone the repo.
3. In `docker-compose.yml`, uncomment and set:
- `TLS_DOMAIN: 'pwpush.example.com'` for automatic Let’s Encrypt TLS.
4. Run:
```bash
docker compose up -d
```
Open `https://pwpush.example.com` or alternatively `http://your-ip:5100`.
## :link: Useful Links
* [Documentation](https://docs.pwpush.com)
* [Docker Hub](https://hub.docker.com/r/pglombardo/pwpush)
* [GitHub](https://github.com/pglombardo/PasswordPusher)
* [pwpush.com](https://pwpush.com)
* [X](https://twitter.com/pwpush)
* [Facebook](https://www.facebook.com/pwpush)
* [Reddit](https://reddit.com/r/pwpush)
* [Newsletter](https://buttondown.email/pwpush)
* [Apnotic](https://www.apnotic.com)