~cytrogen/.emacs.d

e2b51cc0e6880c1956c1b292e78297a60459d920 — Cytrogen a month ago 6b04fb8 main
chore: 更新 gitignore 和数据文件

- .gitignore:添加 immich-config.el、calendar-secrets.el、
  .org-gcal-token、site-lisp/ 到忽略列表
- org-structure.org:修正课程笔记 Capture 模板
- reading-feeds.el:更新 FreshRSS 地址为公网域名,密码改用 pass
  命令获取,更新 OPDS 服务器地址
3 files changed, 10 insertions(+), 6 deletions(-)

M .gitignore
M org-structure.org
M reading-feeds.el
M .gitignore => .gitignore +4 -0
@@ 23,3 23,7 @@ elpa/gnupg/

# Personal/sensitive files
email-accounts.el
immich-config.el
calendar-secrets.el
.org-gcal-token
site-lisp/

M org-structure.org => org-structure.org +1 -1
@@ 204,7 204,7 @@
   :PROPERTIES:
   :KEY:      c
   :HEADLINE: 课程笔记
   :TEMPLATE: * %? \n  %U
   :TEMPLATE: * Placeholder
   :END:
** 文章笔记
   :PROPERTIES:

M reading-feeds.el => reading-feeds.el +5 -5
@@ 6,14 6,14 @@
;;; Code:

(setq my/reading-config
      '(:freshrss
        (:url "http://192.168.1.119:8096"    ; FreshRSS server URL
      `(:freshrss
        (:url "https://rss.cytrogen.icu"    ; FreshRSS server URL
         :api-path "/api/fever.php"             ; Fever API path (usually this)
         :user "Cytrogen"                       ; Your username
         :password "ocMUdYxRdtDJo__3haEs")  ; Raw API password (elfeed-protocol computes MD5)
         :user "cytrogen"                       ; Your username
         :password ,(string-trim (shell-command-to-string "pass show services/freshrss")))

        :opds
        (:url "http://192.168.1.119:8080/opds"      ; Calibre OPDS URL
        (:url "http://100.122.141.36:8080/opds"      ; Calibre OPDS URL
         :user nil                              ; Username if authentication required
         :password nil)                         ; Password if authentication required