mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-22 06:52:18 +00:00
new draft
This commit is contained in:
parent
248ec1b485
commit
300422ad51
1 changed files with 22 additions and 0 deletions
22
content/posts/easy-push-notifications-with-ntfy/index.md
Normal file
22
content/posts/easy-push-notifications-with-ntfy/index.md
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
---
|
||||||
|
title: "Easy Push Notifications With ntfy.sh"
|
||||||
|
date: 2023-09-11
|
||||||
|
# lastmod: 2023-09-11
|
||||||
|
draft: true
|
||||||
|
description: "Deploying and configuring a self-hosted pub-sub notification handler, and getting another server to send a notifcation when it boots."
|
||||||
|
featured: false
|
||||||
|
toc: true
|
||||||
|
comment: true
|
||||||
|
series: Projects
|
||||||
|
tags:
|
||||||
|
- android
|
||||||
|
- api
|
||||||
|
- automation
|
||||||
|
- containers
|
||||||
|
- docker
|
||||||
|
- homelab
|
||||||
|
- linux
|
||||||
|
- rest
|
||||||
|
- shell
|
||||||
|
---
|
||||||
|
|
Loading…
Reference in a new issue