-
Notifications
You must be signed in to change notification settings - Fork 2
/
atom.xml
521 lines (274 loc) · 22 KB
/
atom.xml
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>老苏的blog</title>
<subtitle>聚沙成塔,集腋成裘</subtitle>
<link href="https://laosu.tech/atom.xml" rel="self"/>
<link href="https://laosu.tech/"/>
<updated>2025-01-08T02:35:41.791Z</updated>
<id>https://laosu.tech/</id>
<author>
<name>杨浦老苏</name>
</author>
<generator uri="https://hexo.io/">Hexo</generator>
<entry>
<title>HTML5互联网收音机播放器PawTunes</title>
<link href="https://laosu.tech/2025/01/08/HTML5%E4%BA%92%E8%81%94%E7%BD%91%E6%94%B6%E9%9F%B3%E6%9C%BA%E6%92%AD%E6%94%BE%E5%99%A8PawTunes/"/>
<id>https://laosu.tech/2025/01/08/HTML5%E4%BA%92%E8%81%94%E7%BD%91%E6%94%B6%E9%9F%B3%E6%9C%BA%E6%92%AD%E6%94%BE%E5%99%A8PawTunes/</id>
<published>2025-01-08T02:30:00.000Z</published>
<updated>2025-01-08T02:35:41.791Z</updated>
<summary type="html">PawTunes 是一款功能强大、用途广泛的网络互联网广播播放器,专为广播电台和音乐爱好者而设计。</summary>
<category term="各种折腾" scheme="https://laosu.tech/categories/%E5%90%84%E7%A7%8D%E6%8A%98%E8%85%BE/"/>
<category term="群晖" scheme="https://laosu.tech/tags/%E7%BE%A4%E6%99%96/"/>
<category term="docker" scheme="https://laosu.tech/tags/docker/"/>
<category term="音乐" scheme="https://laosu.tech/tags/%E9%9F%B3%E4%B9%90/"/>
<category term="Radio" scheme="https://laosu.tech/tags/Radio/"/>
</entry>
<entry>
<title>开源AI笔记工具Open Notebook</title>
<link href="https://laosu.tech/2025/01/06/%E5%BC%80%E6%BA%90AI%E7%AC%94%E8%AE%B0%E5%B7%A5%E5%85%B7Open%20Notebook/"/>
<id>https://laosu.tech/2025/01/06/%E5%BC%80%E6%BA%90AI%E7%AC%94%E8%AE%B0%E5%B7%A5%E5%85%B7Open%20Notebook/</id>
<published>2025-01-06T01:00:00.000Z</published>
<updated>2025-01-08T02:35:41.813Z</updated>
<summary type="html">Open Notebook 是一个开源的、注重隐私的 Google Notebook LM 替代品。</summary>
<category term="各种折腾" scheme="https://laosu.tech/categories/%E5%90%84%E7%A7%8D%E6%8A%98%E8%85%BE/"/>
<category term="群晖" scheme="https://laosu.tech/tags/%E7%BE%A4%E6%99%96/"/>
<category term="docker" scheme="https://laosu.tech/tags/docker/"/>
<category term="AI" scheme="https://laosu.tech/tags/AI/"/>
<category term="人工智能" scheme="https://laosu.tech/tags/%E4%BA%BA%E5%B7%A5%E6%99%BA%E8%83%BD/"/>
<category term="笔记" scheme="https://laosu.tech/tags/%E7%AC%94%E8%AE%B0/"/>
</entry>
<entry>
<title>群晖上安装Tomcat运行环境</title>
<link href="https://laosu.tech/2025/01/04/%E7%BE%A4%E6%99%96%E4%B8%8A%E5%AE%89%E8%A3%85Tomcat%E8%BF%90%E8%A1%8C%E7%8E%AF%E5%A2%83/"/>
<id>https://laosu.tech/2025/01/04/%E7%BE%A4%E6%99%96%E4%B8%8A%E5%AE%89%E8%A3%85Tomcat%E8%BF%90%E8%A1%8C%E7%8E%AF%E5%A2%83/</id>
<published>2025-01-04T05:40:00.000Z</published>
<updated>2025-01-08T02:35:41.834Z</updated>
<summary type="html">Apache Tomcat 是一个开源的应用服务器,主要用于运行 Java Servlet 和 JavaServer Pages(JSP)技术。</summary>
<category term="各种折腾" scheme="https://laosu.tech/categories/%E5%90%84%E7%A7%8D%E6%8A%98%E8%85%BE/"/>
<category term="群晖" scheme="https://laosu.tech/tags/%E7%BE%A4%E6%99%96/"/>
<category term="docker" scheme="https://laosu.tech/tags/docker/"/>
<category term="tomcat" scheme="https://laosu.tech/tags/tomcat/"/>
<category term="java" scheme="https://laosu.tech/tags/java/"/>
</entry>
<entry>
<title>下一代低代码应用平台Joget</title>
<link href="https://laosu.tech/2025/01/03/%E4%B8%8B%E4%B8%80%E4%BB%A3%E4%BD%8E%E4%BB%A3%E7%A0%81%E5%BA%94%E7%94%A8%E5%B9%B3%E5%8F%B0Joget/"/>
<id>https://laosu.tech/2025/01/03/%E4%B8%8B%E4%B8%80%E4%BB%A3%E4%BD%8E%E4%BB%A3%E7%A0%81%E5%BA%94%E7%94%A8%E5%B9%B3%E5%8F%B0Joget/</id>
<published>2025-01-03T07:00:00.000Z</published>
<updated>2025-01-08T02:35:41.797Z</updated>
<summary type="html">Joget 是下一代开源无代码/低代码应用平台,可实现更快、更简单的数字化转型。</summary>
<category term="各种折腾" scheme="https://laosu.tech/categories/%E5%90%84%E7%A7%8D%E6%8A%98%E8%85%BE/"/>
<category term="群晖" scheme="https://laosu.tech/tags/%E7%BE%A4%E6%99%96/"/>
<category term="docker" scheme="https://laosu.tech/tags/docker/"/>
<category term="低代码" scheme="https://laosu.tech/tags/%E4%BD%8E%E4%BB%A3%E7%A0%81/"/>
</entry>
<entry>
<title>小白和懒人专属的IPTV直播源</title>
<link href="https://laosu.tech/2025/01/02/%E5%B0%8F%E7%99%BD%E5%92%8C%E6%87%92%E4%BA%BA%E4%B8%93%E5%B1%9E%E7%9A%84IPTV%E7%9B%B4%E6%92%AD%E6%BA%90/"/>
<id>https://laosu.tech/2025/01/02/%E5%B0%8F%E7%99%BD%E5%92%8C%E6%87%92%E4%BA%BA%E4%B8%93%E5%B1%9E%E7%9A%84IPTV%E7%9B%B4%E6%92%AD%E6%BA%90/</id>
<published>2025-01-02T01:40:00.000Z</published>
<updated>2025-01-08T02:35:41.812Z</updated>
<summary type="html">小白和懒人专属 itv 镜像,只包含 itv ,拉取运行就能用,不含任何广告。</summary>
<category term="各种折腾" scheme="https://laosu.tech/categories/%E5%90%84%E7%A7%8D%E6%8A%98%E8%85%BE/"/>
<category term="群晖" scheme="https://laosu.tech/tags/%E7%BE%A4%E6%99%96/"/>
<category term="docker" scheme="https://laosu.tech/tags/docker/"/>
<category term="多媒体" scheme="https://laosu.tech/tags/%E5%A4%9A%E5%AA%92%E4%BD%93/"/>
<category term="IPTV" scheme="https://laosu.tech/tags/IPTV/"/>
</entry>
<entry>
<title>美观强大的文件保险库Chibisafe</title>
<link href="https://laosu.tech/2025/01/01/%E7%BE%8E%E8%A7%82%E5%BC%BA%E5%A4%A7%E7%9A%84%E6%96%87%E4%BB%B6%E4%BF%9D%E9%99%A9%E5%BA%93Chibisafe/"/>
<id>https://laosu.tech/2025/01/01/%E7%BE%8E%E8%A7%82%E5%BC%BA%E5%A4%A7%E7%9A%84%E6%96%87%E4%BB%B6%E4%BF%9D%E9%99%A9%E5%BA%93Chibisafe/</id>
<published>2025-01-01T01:00:00.000Z</published>
<updated>2025-01-08T02:35:41.833Z</updated>
<summary type="html">Chibisafe 是用 TypeScript 编写的超快文件库!🚀</summary>
<category term="各种折腾" scheme="https://laosu.tech/categories/%E5%90%84%E7%A7%8D%E6%8A%98%E8%85%BE/"/>
<category term="群晖" scheme="https://laosu.tech/tags/%E7%BE%A4%E6%99%96/"/>
<category term="docker" scheme="https://laosu.tech/tags/docker/"/>
<category term="网盘" scheme="https://laosu.tech/tags/%E7%BD%91%E7%9B%98/"/>
<category term="图床" scheme="https://laosu.tech/tags/%E5%9B%BE%E5%BA%8A/"/>
</entry>
<entry>
<title>在群晖上搭建MobSF静态分析器</title>
<link href="https://laosu.tech/2024/12/30/%E5%9C%A8%E7%BE%A4%E6%99%96%E4%B8%8A%E6%90%AD%E5%BB%BAMobSF%E9%9D%99%E6%80%81%E5%88%86%E6%9E%90%E5%99%A8/"/>
<id>https://laosu.tech/2024/12/30/%E5%9C%A8%E7%BE%A4%E6%99%96%E4%B8%8A%E6%90%AD%E5%BB%BAMobSF%E9%9D%99%E6%80%81%E5%88%86%E6%9E%90%E5%99%A8/</id>
<published>2024-12-30T01:00:00.000Z</published>
<updated>2025-01-08T02:35:41.808Z</updated>
<summary type="html">MobSF(Mobile Security Framework)是一个自动化的全功能移动应用安全框架,支持 Android、iOS 和 Windows Mobile 平台。</summary>
<category term="各种折腾" scheme="https://laosu.tech/categories/%E5%90%84%E7%A7%8D%E6%8A%98%E8%85%BE/"/>
<category term="群晖" scheme="https://laosu.tech/tags/%E7%BE%A4%E6%99%96/"/>
<category term="docker" scheme="https://laosu.tech/tags/docker/"/>
<category term="网络" scheme="https://laosu.tech/tags/%E7%BD%91%E7%BB%9C/"/>
<category term="安全" scheme="https://laosu.tech/tags/%E5%AE%89%E5%85%A8/"/>
</entry>
<entry>
<title>在群晖上搭建PlaylistDL音乐下载器</title>
<link href="https://laosu.tech/2024/12/29/%E5%9C%A8%E7%BE%A4%E6%99%96%E4%B8%8A%E6%90%AD%E5%BB%BAPlaylistDL%E9%9F%B3%E4%B9%90%E4%B8%8B%E8%BD%BD%E5%99%A8/"/>
<id>https://laosu.tech/2024/12/29/%E5%9C%A8%E7%BE%A4%E6%99%96%E4%B8%8A%E6%90%AD%E5%BB%BAPlaylistDL%E9%9F%B3%E4%B9%90%E4%B8%8B%E8%BD%BD%E5%99%A8/</id>
<published>2024-12-29T01:30:00.000Z</published>
<updated>2025-01-08T02:35:41.808Z</updated>
<summary type="html">PlaylistDL 是一款自托管的 Web 应用程序,用于从 Spotify 和 YouTube 下载歌曲、专辑或播放列表作为 MP3 文件。</summary>
<category term="各种折腾" scheme="https://laosu.tech/categories/%E5%90%84%E7%A7%8D%E6%8A%98%E8%85%BE/"/>
<category term="群晖" scheme="https://laosu.tech/tags/%E7%BE%A4%E6%99%96/"/>
<category term="docker" scheme="https://laosu.tech/tags/docker/"/>
<category term="音乐" scheme="https://laosu.tech/tags/%E9%9F%B3%E4%B9%90/"/>
<category term="MP3" scheme="https://laosu.tech/tags/MP3/"/>
</entry>
<entry>
<title>个人电子书库管理器Biblioteca</title>
<link href="https://laosu.tech/2024/12/27/%E4%B8%AA%E4%BA%BA%E7%94%B5%E5%AD%90%E4%B9%A6%E5%BA%93%E7%AE%A1%E7%90%86%E5%99%A8Biblioteca/"/>
<id>https://laosu.tech/2024/12/27/%E4%B8%AA%E4%BA%BA%E7%94%B5%E5%AD%90%E4%B9%A6%E5%BA%93%E7%AE%A1%E7%90%86%E5%99%A8Biblioteca/</id>
<published>2024-12-27T02:30:00.000Z</published>
<updated>2025-01-08T02:35:41.798Z</updated>
<summary type="html">Biblioteca 是一个用于管理大型电子书库的网络应用程序,旨在帮助您拥有一致且分类良好的图书馆。</summary>
<category term="各种折腾" scheme="https://laosu.tech/categories/%E5%90%84%E7%A7%8D%E6%8A%98%E8%85%BE/"/>
<category term="群晖" scheme="https://laosu.tech/tags/%E7%BE%A4%E6%99%96/"/>
<category term="docker" scheme="https://laosu.tech/tags/docker/"/>
<category term="电子书" scheme="https://laosu.tech/tags/%E7%94%B5%E5%AD%90%E4%B9%A6/"/>
<category term="OPDS" scheme="https://laosu.tech/tags/OPDS/"/>
<category term="calibre" scheme="https://laosu.tech/tags/calibre/"/>
</entry>
<entry>
<title>自动更新的IPTV源iptv-sources</title>
<link href="https://laosu.tech/2024/12/26/%E8%87%AA%E5%8A%A8%E6%9B%B4%E6%96%B0%E7%9A%84IPTV%E6%BA%90iptv-sources/"/>
<id>https://laosu.tech/2024/12/26/%E8%87%AA%E5%8A%A8%E6%9B%B4%E6%96%B0%E7%9A%84IPTV%E6%BA%90iptv-sources/</id>
<published>2024-12-26T01:00:00.000Z</published>
<updated>2025-01-08T02:35:41.837Z</updated>
<summary type="html">iptv-sources 是一个开源项目,旨在提供自动更新的 IPTV 源列表。</summary>
<category term="各种折腾" scheme="https://laosu.tech/categories/%E5%90%84%E7%A7%8D%E6%8A%98%E8%85%BE/"/>
<category term="群晖" scheme="https://laosu.tech/tags/%E7%BE%A4%E6%99%96/"/>
<category term="docker" scheme="https://laosu.tech/tags/docker/"/>
<category term="多媒体" scheme="https://laosu.tech/tags/%E5%A4%9A%E5%AA%92%E4%BD%93/"/>
<category term="IPTV" scheme="https://laosu.tech/tags/IPTV/"/>
</entry>
<entry>
<title>轻量级安全云存储方案Hoodik</title>
<link href="https://laosu.tech/2024/12/25/%E8%BD%BB%E9%87%8F%E7%BA%A7%E5%AE%89%E5%85%A8%E4%BA%91%E5%AD%98%E5%82%A8%E6%96%B9%E6%A1%88Hoodik/"/>
<id>https://laosu.tech/2024/12/25/%E8%BD%BB%E9%87%8F%E7%BA%A7%E5%AE%89%E5%85%A8%E4%BA%91%E5%AD%98%E5%82%A8%E6%96%B9%E6%A1%88Hoodik/</id>
<published>2024-12-25T01:00:00.000Z</published>
<updated>2025-01-08T02:35:41.844Z</updated>
<summary type="html">Hoodik 是一款轻量级、安全且自托管的云存储解决方案。专注于端到端加密,保护您的数据免受窥探和黑客的侵害。</summary>
<category term="各种折腾" scheme="https://laosu.tech/categories/%E5%90%84%E7%A7%8D%E6%8A%98%E8%85%BE/"/>
<category term="群晖" scheme="https://laosu.tech/tags/%E7%BE%A4%E6%99%96/"/>
<category term="docker" scheme="https://laosu.tech/tags/docker/"/>
<category term="网盘" scheme="https://laosu.tech/tags/%E7%BD%91%E7%9B%98/"/>
</entry>
<entry>
<title>开源PDF翻译工具PDFMathTranslate</title>
<link href="https://laosu.tech/2024/12/23/%E5%BC%80%E6%BA%90PDF%E7%BF%BB%E8%AF%91%E5%B7%A5%E5%85%B7PDFMathTranslate/"/>
<id>https://laosu.tech/2024/12/23/%E5%BC%80%E6%BA%90PDF%E7%BF%BB%E8%AF%91%E5%B7%A5%E5%85%B7PDFMathTranslate/</id>
<published>2024-12-23T01:00:00.000Z</published>
<updated>2025-01-08T02:35:41.813Z</updated>
<summary type="html">PDFMathTranslate 是科学论文 PDF 文档翻译及双语对照工具。</summary>
<category term="各种折腾" scheme="https://laosu.tech/categories/%E5%90%84%E7%A7%8D%E6%8A%98%E8%85%BE/"/>
<category term="群晖" scheme="https://laosu.tech/tags/%E7%BE%A4%E6%99%96/"/>
<category term="docker" scheme="https://laosu.tech/tags/docker/"/>
<category term="AI" scheme="https://laosu.tech/tags/AI/"/>
<category term="人工智能" scheme="https://laosu.tech/tags/%E4%BA%BA%E5%B7%A5%E6%99%BA%E8%83%BD/"/>
<category term="pdf" scheme="https://laosu.tech/tags/pdf/"/>
<category term="翻译" scheme="https://laosu.tech/tags/%E7%BF%BB%E8%AF%91/"/>
</entry>
<entry>
<title>端口状态检查工具portchecker.io</title>
<link href="https://laosu.tech/2024/12/21/%E7%AB%AF%E5%8F%A3%E7%8A%B6%E6%80%81%E6%A3%80%E6%9F%A5%E5%B7%A5%E5%85%B7portchecker.io/"/>
<id>https://laosu.tech/2024/12/21/%E7%AB%AF%E5%8F%A3%E7%8A%B6%E6%80%81%E6%A3%80%E6%9F%A5%E5%B7%A5%E5%85%B7portchecker.io/</id>
<published>2024-12-21T02:40:00.000Z</published>
<updated>2025-01-08T02:35:41.828Z</updated>
<summary type="html">portchecker.io 是一个免费的在线实用程序,用于检查给定主机名或 IP 地址的端口状态。</summary>
<category term="各种折腾" scheme="https://laosu.tech/categories/%E5%90%84%E7%A7%8D%E6%8A%98%E8%85%BE/"/>
<category term="群晖" scheme="https://laosu.tech/tags/%E7%BE%A4%E6%99%96/"/>
<category term="docker" scheme="https://laosu.tech/tags/docker/"/>
<category term="网络" scheme="https://laosu.tech/tags/%E7%BD%91%E7%BB%9C/"/>
</entry>
<entry>
<title>命令行音乐库管理工具Beets</title>
<link href="https://laosu.tech/2024/12/20/%E5%91%BD%E4%BB%A4%E8%A1%8C%E9%9F%B3%E4%B9%90%E5%BA%93%E7%AE%A1%E7%90%86%E5%B7%A5%E5%85%B7Beets/"/>
<id>https://laosu.tech/2024/12/20/%E5%91%BD%E4%BB%A4%E8%A1%8C%E9%9F%B3%E4%B9%90%E5%BA%93%E7%AE%A1%E7%90%86%E5%B7%A5%E5%85%B7Beets/</id>
<published>2024-12-20T02:00:00.000Z</published>
<updated>2025-01-08T02:35:41.804Z</updated>
<summary type="html">Beets 是一个开源的音乐库管理工具,它可以帮助用户整理和管理他们的音乐文件。</summary>
<category term="各种折腾" scheme="https://laosu.tech/categories/%E5%90%84%E7%A7%8D%E6%8A%98%E8%85%BE/"/>
<category term="群晖" scheme="https://laosu.tech/tags/%E7%BE%A4%E6%99%96/"/>
<category term="docker" scheme="https://laosu.tech/tags/docker/"/>
<category term="多媒体" scheme="https://laosu.tech/tags/%E5%A4%9A%E5%AA%92%E4%BD%93/"/>
</entry>
<entry>
<title>IPTV播放列表可用性检查工具iptv-checker</title>
<link href="https://laosu.tech/2024/12/19/IPTV%E6%92%AD%E6%94%BE%E5%88%97%E8%A1%A8%E5%8F%AF%E7%94%A8%E6%80%A7%E6%A3%80%E6%9F%A5%E5%B7%A5%E5%85%B7iptv-checker/"/>
<id>https://laosu.tech/2024/12/19/IPTV%E6%92%AD%E6%94%BE%E5%88%97%E8%A1%A8%E5%8F%AF%E7%94%A8%E6%80%A7%E6%A3%80%E6%9F%A5%E5%B7%A5%E5%85%B7iptv-checker/</id>
<published>2024-12-19T01:30:00.000Z</published>
<updated>2025-01-08T02:35:41.791Z</updated>
<summary type="html">iptv-checker 是一个用于检查 IPTV 播放列表可用性的工具,支持 Docker、桌面应用和命令行模式。</summary>
<category term="各种折腾" scheme="https://laosu.tech/categories/%E5%90%84%E7%A7%8D%E6%8A%98%E8%85%BE/"/>
<category term="群晖" scheme="https://laosu.tech/tags/%E7%BE%A4%E6%99%96/"/>
<category term="docker" scheme="https://laosu.tech/tags/docker/"/>
<category term="多媒体" scheme="https://laosu.tech/tags/%E5%A4%9A%E5%AA%92%E4%BD%93/"/>
<category term="IPTV" scheme="https://laosu.tech/tags/IPTV/"/>
</entry>
<entry>
<title>开源照片浏览工具Ralbum</title>
<link href="https://laosu.tech/2024/12/18/%E5%BC%80%E6%BA%90%E7%85%A7%E7%89%87%E6%B5%8F%E8%A7%88%E5%B7%A5%E5%85%B7Ralbum/"/>
<id>https://laosu.tech/2024/12/18/%E5%BC%80%E6%BA%90%E7%85%A7%E7%89%87%E6%B5%8F%E8%A7%88%E5%B7%A5%E5%85%B7Ralbum/</id>
<published>2024-12-18T01:00:00.000Z</published>
<updated>2025-01-08T02:35:41.815Z</updated>
<summary type="html">Ralbum 是一个开源的照片浏览工具,旨在生成和展示文件系统中的图像列表。</summary>
<category term="各种折腾" scheme="https://laosu.tech/categories/%E5%90%84%E7%A7%8D%E6%8A%98%E8%85%BE/"/>
<category term="群晖" scheme="https://laosu.tech/tags/%E7%BE%A4%E6%99%96/"/>
<category term="docker" scheme="https://laosu.tech/tags/docker/"/>
<category term="相册" scheme="https://laosu.tech/tags/%E7%9B%B8%E5%86%8C/"/>
<category term="图库" scheme="https://laosu.tech/tags/%E5%9B%BE%E5%BA%93/"/>
</entry>
<entry>
<title>开源的个人笔记系统TriliumNext</title>
<link href="https://laosu.tech/2024/12/16/%E5%BC%80%E6%BA%90%E7%9A%84%E4%B8%AA%E4%BA%BA%E7%AC%94%E8%AE%B0%E7%B3%BB%E7%BB%9FTriliumNext/"/>
<id>https://laosu.tech/2024/12/16/%E5%BC%80%E6%BA%90%E7%9A%84%E4%B8%AA%E4%BA%BA%E7%AC%94%E8%AE%B0%E7%B3%BB%E7%BB%9FTriliumNext/</id>
<published>2024-12-16T01:40:00.000Z</published>
<updated>2025-01-08T02:35:41.816Z</updated>
<summary type="html">TriliumNext 是一个基于 Trilium Notes 的开源笔记管理应用程序,旨在提供一个强大的知识管理和笔记组织工具。</summary>
<category term="各种折腾" scheme="https://laosu.tech/categories/%E5%90%84%E7%A7%8D%E6%8A%98%E8%85%BE/"/>
<category term="群晖" scheme="https://laosu.tech/tags/%E7%BE%A4%E6%99%96/"/>
<category term="docker" scheme="https://laosu.tech/tags/docker/"/>
<category term="笔记" scheme="https://laosu.tech/tags/%E7%AC%94%E8%AE%B0/"/>
</entry>
<entry>
<title>简单的YouTube下载器TubeTube</title>
<link href="https://laosu.tech/2024/12/15/%E7%AE%80%E5%8D%95%E7%9A%84YouTube%E4%B8%8B%E8%BD%BD%E5%99%A8TubeTube/"/>
<id>https://laosu.tech/2024/12/15/%E7%AE%80%E5%8D%95%E7%9A%84YouTube%E4%B8%8B%E8%BD%BD%E5%99%A8TubeTube/</id>
<published>2024-12-15T02:00:00.000Z</published>
<updated>2025-01-08T02:35:41.829Z</updated>
<summary type="html">TubeTube 是一个简单的 YouTube 下载器。</summary>
<category term="各种折腾" scheme="https://laosu.tech/categories/%E5%90%84%E7%A7%8D%E6%8A%98%E8%85%BE/"/>
<category term="群晖" scheme="https://laosu.tech/tags/%E7%BE%A4%E6%99%96/"/>
<category term="docker" scheme="https://laosu.tech/tags/docker/"/>
<category term="工具" scheme="https://laosu.tech/tags/%E5%B7%A5%E5%85%B7/"/>
<category term="下载" scheme="https://laosu.tech/tags/%E4%B8%8B%E8%BD%BD/"/>
<category term="youtube" scheme="https://laosu.tech/tags/youtube/"/>
</entry>
<entry>
<title>Docker方式安装人人影视离线完整安装包</title>
<link href="https://laosu.tech/2024/12/13/Docker%E6%96%B9%E5%BC%8F%E5%AE%89%E8%A3%85%E4%BA%BA%E4%BA%BA%E5%BD%B1%E8%A7%86%E7%A6%BB%E7%BA%BF%E5%AE%8C%E6%95%B4%E5%AE%89%E8%A3%85%E5%8C%85/"/>
<id>https://laosu.tech/2024/12/13/Docker%E6%96%B9%E5%BC%8F%E5%AE%89%E8%A3%85%E4%BA%BA%E4%BA%BA%E5%BD%B1%E8%A7%86%E7%A6%BB%E7%BA%BF%E5%AE%8C%E6%95%B4%E5%AE%89%E8%A3%85%E5%8C%85/</id>
<published>2024-12-13T01:00:00.000Z</published>
<updated>2025-01-08T02:35:41.790Z</updated>
<summary type="html">🎬 人人影视离线完整安装包中包含了 tg 机器人和网站,包含人人影视全部资源以及众多网友的网盘分享。</summary>
<category term="各种折腾" scheme="https://laosu.tech/categories/%E5%90%84%E7%A7%8D%E6%8A%98%E8%85%BE/"/>
<category term="群晖" scheme="https://laosu.tech/tags/%E7%BE%A4%E6%99%96/"/>
<category term="docker" scheme="https://laosu.tech/tags/docker/"/>
<category term="多媒体" scheme="https://laosu.tech/tags/%E5%A4%9A%E5%AA%92%E4%BD%93/"/>
<category term="字幕" scheme="https://laosu.tech/tags/%E5%AD%97%E5%B9%95/"/>
<category term="数据库" scheme="https://laosu.tech/tags/%E6%95%B0%E6%8D%AE%E5%BA%93/"/>
</entry>
<entry>
<title>IPTV直播源自动检测和更新工具(续)</title>
<link href="https://laosu.tech/2024/12/12/IPTV%E7%9B%B4%E6%92%AD%E6%BA%90%E8%87%AA%E5%8A%A8%E6%A3%80%E6%B5%8B%E5%92%8C%E6%9B%B4%E6%96%B0%E5%B7%A5%E5%85%B7%EF%BC%88%E7%BB%AD%EF%BC%89/"/>
<id>https://laosu.tech/2024/12/12/IPTV%E7%9B%B4%E6%92%AD%E6%BA%90%E8%87%AA%E5%8A%A8%E6%A3%80%E6%B5%8B%E5%92%8C%E6%9B%B4%E6%96%B0%E5%B7%A5%E5%85%B7%EF%BC%88%E7%BB%AD%EF%BC%89/</id>
<published>2024-12-12T01:40:00.000Z</published>
<updated>2025-01-08T02:35:41.791Z</updated>
<summary type="html">IPTV-API支持自定义频道,自动获取直播源接口,测速验效后生成可用的结果。</summary>
<category term="低调自用" scheme="https://laosu.tech/categories/%E4%BD%8E%E8%B0%83%E8%87%AA%E7%94%A8/"/>
<category term="群晖" scheme="https://laosu.tech/tags/%E7%BE%A4%E6%99%96/"/>
<category term="docker" scheme="https://laosu.tech/tags/docker/"/>
<category term="多媒体" scheme="https://laosu.tech/tags/%E5%A4%9A%E5%AA%92%E4%BD%93/"/>
<category term="IPTV" scheme="https://laosu.tech/tags/IPTV/"/>
</entry>
</feed>