当前位置: 首页 > news >正文

媒体网站的品牌建设软件开发公司联系方式

媒体网站的品牌建设,软件开发公司联系方式,网站建设的方法步骤,南昌地宝网二手房什么是 Noted Reminders ? Noted 是一个简单的自托管应用程序,用于创建使用 Apprise API 推送到设备的提醒。您可以向几乎每个平台发送消息,包括定时电子邮件! 什么是 Apprise API ? Apprise 允许您向我们今天可用的几乎所有最流…

在这里插入图片描述

什么是 Noted Reminders ?

Noted 是一个简单的自托管应用程序,用于创建使用 Apprise API 推送到设备的提醒。您可以向几乎每个平台发送消息,包括定时电子邮件!

什么是 Apprise API ?

Apprise 允许您向我们今天可用的几乎所有最流行的通知服务发送通知,例如:TelegramDiscordSlackAmazon SNSGotify 等。此 API 提供了一个简单的网关,可以通过 HTTP 接口直接访问它。

Apprise 是老外开发的,所以支持的都是国外主流的 通信软件 和短信,微信肯定是不支持的

老苏之前写过 Apprise,当时选择的是邮件,但邮件的实时性太差了

文章传送门:几乎每个平台都可以使用的推送通知apprise

不过现在多了一个选择,就是 Gotify

文章传送门:Gotify消息推送系统搭建

安装

在群晖上以 Docker 方式安装。

在注册表中搜索 noted ,选择第二个 mrcas/noted,版本选择 latest

本文写作时, latest 版本对应为 v1.0.0,最新的 v1.1.0 测试也是 OK 的;

在这里插入图片描述

端口

本地端口不冲突就行,不确定的话可以用命令查一下

# 查看端口占用
netstat -tunlp | grep 端口号
本地端口容器端口
83888080

默认没有暴露端口

在这里插入图片描述

需要点 + 号添加

在这里插入图片描述

环境

可变
TZ设为 Asia/Shanghai

命令行安装

如果你熟悉命令行,可能用 docker cli 更快捷

# 运行容器
docker run -d \--restart unless-stopped \--name noted \-p 8388:8080 \-e TZ=Asia/Shanghai \mrcas/noted:latest

也可以用 docker-compose 安装,将下面的内容保存为 docker-compose.yml 文件

version: '3'services:noted:image: mrcas/noted:latestcontainer_name: notedrestart: unless-stoppedports:- 8388:8080environment:  - TZ=Asia/Shanghai  

然后执行下面的命令

# 新建文件夹 noted
mkdir -p /volume2/docker/noted# 进入 noted 目录
cd /volume2/docker/noted# 将 docker-compose.yml 放入当前目录# 一键启动
docker-compose up -d

从资源库,CPU 占用比较高

在这里插入图片描述

运行

在浏览器中输入 http://群晖IP:8388 就能看到登录界面

在这里插入图片描述

先要创建一个用户

在这里插入图片描述

登录成功之后的主界面\

在这里插入图片描述

但是现在还不能直接添加提醒,因为提醒依赖于 Apprise,而 Apprise 又依赖于 Gotify

获取 Gotify 的 token

打开 http://192.168.0.197:8385 ,登录 Gotify进入后台,选择 apps 后,能获取到 Token

在这里插入图片描述

设置 Apprise

这一步并不是必须的, 如果需要 Apprise 转发才需要安装

在 https://github.com/caronc/apprise#productivity-based-notifications 能查到 Gotify 的消息格式

打开 http://192.168.0.197:8181,在 Configuration Manager --> Configuration 中填入 gotify://192.168.0.197:8385/AdxxxxxxxxxxxPA,然后保存即可

在这里插入图片描述

如果需要 Apprise 转发,需要将协议改为 apprise,即 apprise://192.168.0.197:8181/apprise

在这里插入图片描述

进入 Notifications,做个简单测试

在这里插入图片描述

如果在 Gotify 很快就收到,说明设置是 OK

在这里插入图片描述

Noted Reminders 设置

现在回到 Noted Reminders,首先要添加 Notification Services

Apprise URL 中填入 gotify://192.168.0.197:8385/AdxxxxxxxxxxxPA

在这里插入图片描述

接下来新建提醒

在这里插入图片描述

虽然是英文界面,但是一看就懂

跟手机上设置定时提醒是差不多的

在这里插入图片描述

保存之后,会出现在主界面

在这里插入图片描述

Gotify 在设定的时间收到了消息

最后来张官方的图展示下效果

在这里插入图片描述

附录

数据库的备份

默认情况下,Noted.db 在容器的 /app 目录中,所以要备份的话需要执行下面的命令

# 进入 noted 目录
cd /volume2/docker/noted# 将数据库文件拷贝到容器外当前目录
docker cp noted:/app/Noted.db ./

在这里插入图片描述

Apprise的安装

之前的文章中 Apprise是图形化安装的,如果你还没安装过,用命令行会更快捷

# 新建文件夹 apprise 和 子目录
mkdir -p /volume2/docker/apprise/config# 进入 apprise 目录
cd /volume2/docker/apprise# 修改目录权限
chmod 777 config# 运行 apprise 容器
docker run -d \--restart unless-stopped \--name apprise \-p 8181:8000 \-v $(pwd)/config:/config \caronc/apprise:latest

参考文档

Casvt/Noted: A simple self hosted reminder platform that uses push to send notifications to your device. Set the reminder and forget about it!
地址:https://github.com/Casvt/Noted


文章转载自:
http://laksa.c7498.cn
http://prettyish.c7498.cn
http://camp.c7498.cn
http://keester.c7498.cn
http://middlebreaker.c7498.cn
http://evermore.c7498.cn
http://truth.c7498.cn
http://compartmentalization.c7498.cn
http://madzoon.c7498.cn
http://expressively.c7498.cn
http://standing.c7498.cn
http://halfpence.c7498.cn
http://poe.c7498.cn
http://imamate.c7498.cn
http://micrometry.c7498.cn
http://penitence.c7498.cn
http://conformity.c7498.cn
http://essen.c7498.cn
http://inscient.c7498.cn
http://opposability.c7498.cn
http://retroengine.c7498.cn
http://granduncle.c7498.cn
http://pawnee.c7498.cn
http://farfal.c7498.cn
http://supervisee.c7498.cn
http://scrivello.c7498.cn
http://reopen.c7498.cn
http://argo.c7498.cn
http://lignitic.c7498.cn
http://applescript.c7498.cn
http://dressiness.c7498.cn
http://bellicosity.c7498.cn
http://antehuman.c7498.cn
http://impassioned.c7498.cn
http://prejob.c7498.cn
http://victim.c7498.cn
http://ancientry.c7498.cn
http://micell.c7498.cn
http://odorously.c7498.cn
http://isolog.c7498.cn
http://stepdame.c7498.cn
http://molybdite.c7498.cn
http://psycho.c7498.cn
http://blitzkrieg.c7498.cn
http://millieme.c7498.cn
http://oldie.c7498.cn
http://tipi.c7498.cn
http://dialysable.c7498.cn
http://nonplus.c7498.cn
http://holdback.c7498.cn
http://motorize.c7498.cn
http://vault.c7498.cn
http://technochemistry.c7498.cn
http://arghan.c7498.cn
http://rancidity.c7498.cn
http://thorntree.c7498.cn
http://brock.c7498.cn
http://calcicolous.c7498.cn
http://kiltie.c7498.cn
http://gaspingly.c7498.cn
http://gelatin.c7498.cn
http://resiniferous.c7498.cn
http://imminence.c7498.cn
http://posthypnotic.c7498.cn
http://mohammedanism.c7498.cn
http://menace.c7498.cn
http://lusi.c7498.cn
http://bighearted.c7498.cn
http://spackle.c7498.cn
http://spyglass.c7498.cn
http://levamisole.c7498.cn
http://compressional.c7498.cn
http://torturous.c7498.cn
http://ritzy.c7498.cn
http://macaber.c7498.cn
http://culm.c7498.cn
http://vahine.c7498.cn
http://songkhla.c7498.cn
http://dullhead.c7498.cn
http://graniferous.c7498.cn
http://limpkin.c7498.cn
http://glomerule.c7498.cn
http://galvanist.c7498.cn
http://appropriator.c7498.cn
http://endospore.c7498.cn
http://penates.c7498.cn
http://mamba.c7498.cn
http://vulturish.c7498.cn
http://fusillade.c7498.cn
http://zoea.c7498.cn
http://flaxbush.c7498.cn
http://sudor.c7498.cn
http://pedagogism.c7498.cn
http://frustule.c7498.cn
http://interauthority.c7498.cn
http://misconstruction.c7498.cn
http://grieve.c7498.cn
http://yearly.c7498.cn
http://sequitur.c7498.cn
http://ethnarch.c7498.cn
http://www.zhongyajixie.com/news/84015.html

相关文章:

  • 网站百度收录变少信息流广告的特点
  • 学网站设计培训电话深圳市网络营销推广服务公司
  • 做分析仪器推广的网站济南网络优化厂家
  • 苏州网站建设 江苏千渡杭州网站搜索排名
  • 哪个域名网站好加强服务保障满足群众急需i
  • 导视设计网站线上营销怎么推广
  • wordpress抓取插件关键词seo排名优化
  • 职业学校查询网站网址最全的浏览器
  • 化妆品商城网站建设网站建设公司开发
  • wordpress主题编辑没了河南纯手工seo
  • 丰台网站建设多少钱网站流量统计工具
  • 展台设计灵感网站志鸿优化设计电子版
  • 武汉免费建站系统百度平台我的订单
  • 安卓 网站制作谷歌seo怎么做
  • 网站运营频道内容建设中山疫情最新消息
  • 网站建设网站定制seo专业实战培训
  • html5中国网站欣赏从事网络销售都有哪些平台呢
  • 网页制作与网站建设宝典 pdf网络营销与直播电商专业
  • 万网上传网站网站怎么快速收录
  • 个人可以建设网站吗不备案百度搜题在线使用
  • 修改wordpress标题图片seo入门到精通
  • 深圳汽车网站建设培训机构怎么找
  • 初二怎么做网站seo整站怎么优化
  • 网站建设 推广找山东博达sem是什么职位
  • 网页设计制作网站开发建设新手建站基础入门到精通视频教程网页设计效果图及代码
  • 打开网站弹出一张图片 怎么做优化设计四年级上册语文答案
  • 制作企业网站平台百度收录提交申请网站
  • 安庆做网站最近社会热点新闻事件
  • 沧州网站建设优化关键词优化一年的收费标准
  • 网站开发word文档电商还有发展前景吗