基于Awesome-TTRSS的Dockerfile, 可以加入自己想要的配置,那么 https://c2real.github.io/2019/11/15/setup-ttrss-by-docker/ 里面提到的修改,可以在生成镜像阶段直接修改,得到自己想要的镜像,上传到Docker Hub里。
为了解决信息获取以及信息过滤的问题,我需要一个自定义RSS源,那么TTRSS(Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) reader and aggregator)则成了目前最佳的选择。
有了TTRSS,就可以从混乱的微博时间线,社交媒体的广告摆脱出来,其实是减轻信息焦虑的好办法。摆脱原有这些媒体的客户端之后,就会发现每天信息源更新是有限的,而社交媒体为了最大化获取用户时间,则会刻意用各种手段让用户沉浸在客户端中,制造一种无限信息更新的假象。
搭建TTRSS,需要VPS主机支持,可以自行配置数据库,PHP等运行环境,也可以用Docker,来一次性解决所有问题。
借用开发者的话
Awesome TTRSS aims to provide a powerful Dockerized all-in-one solution for Tiny Tiny RSS, an open source RSS feed reader and aggregator written in PHP, with enhanced user experience via simplified deployment and a list of curated plugins.
You’ll find this post in your _posts
directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run jekyll serve
, which launches a web server and auto-regenerates your site when a file is updated.
Jekyll requires blog post files to be named according to the following format:
YEAR-MONTH-DAY-title.MARKUP
Where YEAR
is a four-digit number, MONTH
and DAY
are both two-digit numbers, and MARKUP
is the file extension representing the format used in the file. After that, include the necessary front matter. Take a look at the source for this post to get an idea about how it works.
Jekyll also offers powerful support for code snippets:
def print_hi(name)
puts "Hi, #{name}"
end
print_hi('Tom')
#=> prints 'Hi, Tom' to STDOUT.
Check out the Jekyll docs for more info on how to get the most out of Jekyll. File all bugs/feature requests at Jekyll’s GitHub repo. If you have questions, you can ask them on Jekyll Talk.
All the content are generated by jekyll. I need a steady space to record things and share experience. Thanks for browsing.