-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathregistry.json
More file actions
922 lines (922 loc) · 46.7 KB
/
Copy pathregistry.json
File metadata and controls
922 lines (922 loc) · 46.7 KB
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
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
{
"$schema": "https://registry.getarcane.app/schema.json",
"name": "Arcane Community Templates",
"description": "Community Docker Compose Templates for Arcane",
"author": "getarcaneapp",
"url": "https://github.com/getarcaneapp/templates",
"version": "1.28.0",
"templates": [
{
"id": "actual",
"name": "Actual",
"description": "Privacy-focused personal finance and budgeting server.",
"version": "1.0.0",
"author": "getarcaneapp",
"compose_url": "https://registry.getarcane.app/templates/actual/compose.yaml",
"env_url": "https://registry.getarcane.app/templates/actual/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/actual",
"content_hash": "e7e9bf4fa15ddf244326dc71f1c7ecfe9a3f26296e6d8cf73d34315a675c4d0a",
"tags": ["finance", "budgeting"]
},
{
"id": "adguard-home",
"name": "AdGuard Home",
"description": "Network-wide DNS server for blocking ads, tracking, and malicious domains.",
"version": "1.0.0",
"author": "getarcaneapp",
"compose_url": "https://registry.getarcane.app/templates/adguard-home/compose.yaml",
"env_url": "https://registry.getarcane.app/templates/adguard-home/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/adguard-home",
"content_hash": "b2c8dc5af1cf0012247b2374bf153978f05e61e07e8af6e2581627e2f5a835c4",
"tags": ["dns", "adblock", "privacy"]
},
{
"id": "affine",
"name": "AFFiNE",
"description": "AFFiNE is a workspace with fully merged docs, whiteboards and databases.",
"version": "1.0.0",
"author": "lesi97",
"compose_url": "https://registry.getarcane.app/templates/affine/compose.yml",
"env_url": "https://registry.getarcane.app/templates/affine/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/affine",
"content_hash": "7ad82e40069a42a75110b3134e3be1d126c4e2b0ff91a98ff469bf2f36cfa3b6",
"tags": ["Productivity", "Notes"]
},
{
"id": "appsmith",
"name": "Appsmith",
"description": "Open-source low-code platform for building internal tools and dashboards.",
"version": "1.0.0",
"author": "getarcaneapp",
"compose_url": "https://registry.getarcane.app/templates/appsmith/compose.yaml",
"env_url": "https://registry.getarcane.app/templates/appsmith/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/appsmith",
"content_hash": "01f26d8eb22ec810347f0023e58ad79cb707400077fc2bed8dfbe074488f3061",
"tags": ["development", "low-code", "productivity"]
},
{
"id": "audiobookshelf",
"name": "Audiobookshelf",
"description": "Self-hosted audiobook and podcast server.",
"version": "1.0.0",
"author": "getarcaneapp",
"compose_url": "https://registry.getarcane.app/templates/audiobookshelf/compose.yaml",
"env_url": "https://registry.getarcane.app/templates/audiobookshelf/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/audiobookshelf",
"content_hash": "1775b0d51c26c47dabf74623e7bb84702b3af2facf071e499b6216377677d5ce",
"tags": ["media", "audiobooks", "podcasts"]
},
{
"id": "authentik",
"name": "Authentik",
"description": "Identity provider for SSO, OAuth2/OIDC, SAML, LDAP, and application access.",
"version": "1.0.0",
"author": "getarcaneapp",
"compose_url": "https://registry.getarcane.app/templates/authentik/compose.yaml",
"env_url": "https://registry.getarcane.app/templates/authentik/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/authentik",
"content_hash": "e05be49dc4ce2fdc037e294608088a9fc71b51c8ca8e6e224fb5809bd2fd2285",
"tags": ["identity", "sso", "authentication"]
},
{
"id": "baikal",
"name": "Baikal",
"description": "A lightweight CalDAV and CardDAV server for managing calendars and contacts.",
"version": "1.0.0",
"author": "rjcndev",
"compose_url": "https://registry.getarcane.app/templates/baikal/compose.yml",
"env_url": "https://registry.getarcane.app/templates/baikal/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/baikal",
"content_hash": "aab5ab9a96da4976d70d506823dda628cc4762ca508c49a880b2dcf24d5dce66",
"tags": ["Calendar", "CalDAV", "CardDAV", "Contacts"]
},
{
"id": "bento-pdf",
"name": "BentoPDF",
"description": "Client-side PDF toolkit",
"version": "1.0.0",
"author": "xPand4B",
"compose_url": "https://registry.getarcane.app/templates/bento-pdf/docker-compose.yaml",
"env_url": "https://registry.getarcane.app/templates/bento-pdf/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/bento-pdf",
"content_hash": "214cf4b718083e25e64414af3e4b97e2f01581bfb8006b0a98be631d93f20027",
"tags": ["Productivity", "PDF"]
},
{
"id": "beszel",
"name": "Beszel",
"description": "Lightweight server monitoring hub with Docker stats, historical data, and alerts.",
"version": "1.0.0",
"author": "getarcaneapp",
"compose_url": "https://registry.getarcane.app/templates/beszel/compose.yaml",
"env_url": "https://registry.getarcane.app/templates/beszel/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/beszel",
"content_hash": "76fc8de965d93ce251737f52bf2a04a6685e63b58e220baf2f780af0147b422e",
"tags": ["monitoring", "metrics", "servers"]
},
{
"id": "bookstack",
"name": "BookStack",
"description": "Simple self-hosted platform for organizing documentation and wiki content.",
"version": "1.0.0",
"author": "getarcaneapp",
"compose_url": "https://registry.getarcane.app/templates/bookstack/compose.yaml",
"env_url": "https://registry.getarcane.app/templates/bookstack/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/bookstack",
"content_hash": "30245261b9856608d7639547ea0537315980157e4f60fc17a7683f3c37405629",
"tags": ["wiki", "documentation"]
},
{
"id": "bytestash",
"name": "ByteStash",
"description": "A code snippet storage solution written in React & node.js",
"version": "1.0.0",
"author": "HomerSimpson3k",
"compose_url": "https://registry.getarcane.app/templates/bytestash/compose.yml",
"env_url": "https://registry.getarcane.app/templates/bytestash/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/bytestash",
"content_hash": "2b970baf613642064d0a5d7b129e69227326c78c4db1cd286fa5398f33fb1cb8",
"tags": ["development", "productivity"]
},
{
"id": "calibre-web",
"name": "Calibre-Web",
"description": "Web interface for browsing, reading, and downloading an existing Calibre eBook library.",
"version": "1.0.0",
"author": "getarcaneapp",
"compose_url": "https://registry.getarcane.app/templates/calibre-web/compose.yaml",
"env_url": "https://registry.getarcane.app/templates/calibre-web/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/calibre-web",
"content_hash": "12affcf5347a7c2b9578b468c67637298f52e71d957bba7443091baa106b0e4e",
"tags": ["books", "ebooks", "media"]
},
{
"id": "cloudflared",
"name": "Cloudflared",
"description": "Tunneling daemon for proxying traffic from the Cloudflare network",
"version": "1.0.0",
"author": "xPand4B",
"compose_url": "https://registry.getarcane.app/templates/cloudflared/docker-compose.yaml",
"env_url": "https://registry.getarcane.app/templates/cloudflared/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/cloudflared",
"content_hash": "52835a10f0ff2a399719734d6360d304a4cad58a4ece65157585256763c9fccb",
"tags": ["networking", "cloudflare", "tunneling"]
},
{
"id": "code-server",
"name": "Code Server",
"description": "Remote development with VS Code",
"version": "1.0.0",
"author": "xPand4B",
"compose_url": "https://registry.getarcane.app/templates/code-server/docker-compose.yaml",
"env_url": "https://registry.getarcane.app/templates/code-server/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/code-server",
"content_hash": "2484e35a504db9e050443c561800f694f0d5546dd10679e1c9b8a7c0f8c6d0a0",
"tags": ["development", "vs-code", "remote"]
},
{
"id": "convertx",
"name": "ConvertX",
"description": "File converter. Supports 1000+ formats.",
"version": "1.0.0",
"author": "rjcndev",
"compose_url": "https://registry.getarcane.app/templates/convertx/compose.yml",
"env_url": "https://registry.getarcane.app/templates/convertx/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/convertx",
"content_hash": "dd3a8621b4efbe7b9b1c94ba3a3e1f538c91d3e01e208e552f9e453e0853ba18",
"tags": ["Tools", "Converter"]
},
{
"id": "dockroute",
"name": "DockRoute",
"description": "External-DNS for plain Docker hosts — reconciles DNS records and Cloudflare Tunnel routes from container labels.",
"version": "1.0.0",
"author": "danilodorgam",
"compose_url": "https://registry.getarcane.app/templates/dockroute/compose.yml",
"env_url": "https://registry.getarcane.app/templates/dockroute/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/dockroute",
"content_hash": "6648e059cb56e9176adcf22c50ad10723706565e1a80efa6bec60538f797408d",
"tags": ["dns", "networking", "automation", "cloudflare", "docker"]
},
{
"id": "dozzle",
"name": "Dozzle",
"description": "Real-time Docker log viewer.",
"version": "1.0.0",
"author": "rjcndev",
"compose_url": "https://registry.getarcane.app/templates/dozzle/compose.yml",
"env_url": "https://registry.getarcane.app/templates/dozzle/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/dozzle",
"content_hash": "445b8e904d65a8274c3e4dabfa977926e871fd4b5caa8e8b76c7f4cce35a58b3",
"tags": ["monitoring", "logging", "docker"]
},
{
"id": "duplicati",
"name": "Duplicati",
"description": "Backup client with encrypted, deduplicated backups to local or remote storage.",
"version": "1.0.0",
"author": "getarcaneapp",
"compose_url": "https://registry.getarcane.app/templates/duplicati/compose.yaml",
"env_url": "https://registry.getarcane.app/templates/duplicati/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/duplicati",
"content_hash": "8e1a1f93a5b3ef4a8adb5d8cacdae29998cca8c50508231ca90891ee98898fd5",
"tags": ["backup", "storage"]
},
{
"id": "endurain",
"name": "Endurain",
"description": "Endurain is a fitness tracking with control over their data and hosting environment.",
"version": "1.0.0",
"author": "rjcndev",
"compose_url": "https://registry.getarcane.app/templates/endurain/compose.yml",
"env_url": "https://registry.getarcane.app/templates/endurain/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/endurain",
"content_hash": "c89f2be52d78f861d0e6560463122659fd9039dc48ecbe1341554011606a8056",
"tags": ["fitness", "gps-tracker"]
},
{
"id": "filebrowser",
"name": "File Browser",
"description": "Web file manager for browsing, uploading, renaming, editing, and sharing files.",
"version": "1.0.0",
"author": "getarcaneapp",
"compose_url": "https://registry.getarcane.app/templates/filebrowser/compose.yaml",
"env_url": "https://registry.getarcane.app/templates/filebrowser/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/filebrowser",
"content_hash": "16582e833721fa2ae116507de76e8c3d7616d7191f2cc7600a899c52d10c3cd7",
"tags": ["files", "file-manager"]
},
{
"id": "flyimg",
"name": "Flyimg",
"description": "App that resizes and crops images on the fly.",
"version": "1.0.0",
"author": "rjcndev",
"compose_url": "https://registry.getarcane.app/templates/flyimg/compose.yml",
"env_url": "https://registry.getarcane.app/templates/flyimg/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/flyimg",
"content_hash": "5daf49794c75b05c321d6e0c9be57275b48981b08ac9c1e5e59ddd0574e599cb",
"tags": ["Tools"]
},
{
"id": "forgejo",
"name": "Forgejo",
"description": "Lightweight self-hosted Git forge for repositories, issues, pull requests, and packages.",
"version": "1.0.0",
"author": "getarcaneapp",
"compose_url": "https://registry.getarcane.app/templates/forgejo/compose.yaml",
"env_url": "https://registry.getarcane.app/templates/forgejo/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/forgejo",
"content_hash": "cab20266879cc7d875a72626ed4f4899087be2b32a5138c3829409d5bfbd7cbd",
"tags": ["git", "development", "forge"]
},
{
"id": "fossflow",
"name": "FossFLOW",
"description": "Make beautiful isometric infrastructure diagrams.",
"version": "1.0.0",
"author": "rjcndev",
"compose_url": "https://registry.getarcane.app/templates/fossflow/compose.yml",
"env_url": "https://registry.getarcane.app/templates/fossflow/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/fossflow",
"content_hash": "d6c245d6c93f847b3b6479733549ce2eaa7d2aaca745c3b3d74fbdaf904eea1b",
"tags": ["tools", "infra", "devops"]
},
{
"id": "freshrss",
"name": "FreshRSS",
"description": "Fast self-hosted RSS and Atom feed reader.",
"version": "1.0.0",
"author": "getarcaneapp",
"compose_url": "https://registry.getarcane.app/templates/freshrss/compose.yaml",
"env_url": "https://registry.getarcane.app/templates/freshrss/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/freshrss",
"content_hash": "114d6db16771c1e105162190b164a31c04225182cff1e58ed682ff5b0e877112",
"tags": ["rss", "feed-reader"]
},
{
"id": "grafana-prometheus",
"name": "Grafana and Prometheus",
"description": "Monitoring stack with Prometheus metrics collection, Node Exporter, and Grafana dashboards.",
"version": "1.0.0",
"author": "getarcaneapp",
"compose_url": "https://registry.getarcane.app/templates/grafana-prometheus/compose.yaml",
"env_url": "https://registry.getarcane.app/templates/grafana-prometheus/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/grafana-prometheus",
"content_hash": "08070f36e1789a79706cb9ba8bfe33ab82fe1580ff355711aa9fd008c06a6231",
"tags": ["monitoring", "metrics", "dashboards"]
},
{
"id": "home-assistant",
"name": "Home Assistant",
"description": "Home automation platform for local smart home control and integrations.",
"version": "1.0.0",
"author": "getarcaneapp",
"compose_url": "https://registry.getarcane.app/templates/home-assistant/compose.yaml",
"env_url": "https://registry.getarcane.app/templates/home-assistant/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/home-assistant",
"content_hash": "51080526fcf83120ad82eb54908fafd39e32263cef22b815f5d9bcdb70f8f147",
"tags": ["home-automation", "iot", "smart-home"]
},
{
"id": "homepage",
"name": "Homepage",
"description": "A modern, fully static, fast, secure fully proxied, highly customizable application dashboard with integrations for over 100 services and translations into multiple languages. Easily configured via YAML files or through docker label discovery.",
"version": "1.0.0",
"author": "Community",
"compose_url": "https://registry.getarcane.app/templates/homepage/compose.yaml",
"env_url": "https://registry.getarcane.app/templates/homepage/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/homepage",
"content_hash": "7a3d6a27ef10b9b89f3c0b4d807c5cbd5da65bcb815bacb1b645e92c2136f04d",
"tags": ["homepages", "dashboards"]
},
{
"id": "immich",
"name": "Immich",
"description": "Self-hosted photo and video backup solution for mobile and web libraries.",
"version": "1.0.0",
"author": "getarcaneapp",
"compose_url": "https://registry.getarcane.app/templates/immich/compose.yaml",
"env_url": "https://registry.getarcane.app/templates/immich/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/immich",
"content_hash": "a711cee81627bb86a6abc1a5f6855db141cdb714b513f02c8dd33a7c622b50ab",
"tags": ["photos", "backup", "media"]
},
{
"id": "invidious",
"name": "Invidious",
"description": "Youtube alternative front-end.",
"version": "1.0.0",
"author": "rjcndev",
"compose_url": "https://registry.getarcane.app/templates/invidious/compose.yml",
"env_url": "https://registry.getarcane.app/templates/invidious/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/invidious",
"content_hash": "256b917aa84dccc6e2cf4d93fba7193337d1dc4d4cbb8befac122baff47bb227",
"tags": ["youtube"]
},
{
"id": "ittools",
"name": "ITTools",
"description": "Collection of online tools for developers.",
"version": "1.0.0",
"author": "rjcndev",
"compose_url": "https://registry.getarcane.app/templates/ittools/compose.yml",
"env_url": "https://registry.getarcane.app/templates/ittools/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/ittools",
"content_hash": "e36925b43808e31beb9d800acddfb8d15a5dd258a573862b3d28b7867948009f",
"tags": ["Tools"]
},
{
"id": "jellyfin-server",
"name": "Jellyfin Server",
"description": "Stream Video and Audio to your devices.",
"version": "1.0.0",
"author": "rjcndev",
"compose_url": "https://registry.getarcane.app/templates/jellyfin-server/compose.yml",
"env_url": "https://registry.getarcane.app/templates/jellyfin-server/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/jellyfin-server",
"content_hash": "5d43881150ccddfc47806a16b82be90756c1978464c94b882e72965b135e76eb",
"tags": ["media", "streaming"]
},
{
"id": "komga",
"name": "Komga",
"description": "Media server for comics, manga, magazines, and eBooks.",
"version": "1.0.0",
"author": "getarcaneapp",
"compose_url": "https://registry.getarcane.app/templates/komga/compose.yaml",
"env_url": "https://registry.getarcane.app/templates/komga/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/komga",
"content_hash": "54f957bb545f938d995c73182e93e008553d7c9e009958bb146ac0f0041dc893",
"tags": ["books", "comics", "media"]
},
{
"id": "languagetool",
"name": "LanguageTool",
"description": "Style and Grammar Checker for 25+ Languages.",
"version": "1.0.0",
"author": "rjcndev",
"compose_url": "https://registry.getarcane.app/templates/languagetool/compose.yml",
"env_url": "https://registry.getarcane.app/templates/languagetool/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/languagetool",
"content_hash": "3ca906fded44c499de317eb1b2e524b6b9c6a8c8ae58d7674bdd49d58731b8e0",
"tags": ["Tools"]
},
{
"id": "linkding",
"name": "Linkding",
"description": "Minimal self-hosted bookmark manager.",
"version": "1.0.0",
"author": "getarcaneapp",
"compose_url": "https://registry.getarcane.app/templates/linkding/compose.yaml",
"env_url": "https://registry.getarcane.app/templates/linkding/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/linkding",
"content_hash": "dcd843932eab81fa1d5a4de71714a243e5879a9d196b6991d52c9895feafd583",
"tags": ["bookmarks", "productivity"]
},
{
"id": "localai",
"name": "LocalAI",
"description": "Open Source alternative to OpenAI.",
"version": "1.0.0",
"author": "rjcndev",
"compose_url": "https://registry.getarcane.app/templates/localai/compose.yml",
"env_url": "https://registry.getarcane.app/templates/localai/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/localai",
"content_hash": "37015246372710fe5fb724a61285fcae7b03ec941361b0eaaa870533508f7ea3",
"tags": ["AI", "LLM", "ChatGPT", "OpenAI"]
},
{
"id": "mariadb",
"name": "MariaDB",
"description": "Open source relational SQL database.",
"version": "1.0.0",
"author": "rjcndev",
"compose_url": "https://registry.getarcane.app/templates/mariadb/compose.yml",
"env_url": "https://registry.getarcane.app/templates/mariadb/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/mariadb",
"content_hash": "df7f12dc8144e5ca558ac66d5473782650d59c605854c7d175dcdbcd57fee6e5",
"tags": ["SQL", "MySQL"]
},
{
"id": "mazanoke",
"name": "MAZANOKE",
"description": "A self-hosted local image optimizer that runs in your browser.",
"version": "1.0.0",
"author": "xPand4B",
"compose_url": "https://registry.getarcane.app/templates/mazanoke/compose.yaml",
"env_url": "https://registry.getarcane.app/templates/mazanoke/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/mazanoke",
"content_hash": "b829d3f3890c2eadc2b0b6f030d6e75858e16900c39d435c247c16e6cf52ba90",
"tags": ["image", "optimizer", "resizer", "compression"]
},
{
"id": "mealie",
"name": "Mealie",
"description": "Recipe manager and meal planner for personal or household cookbooks.",
"version": "1.0.0",
"author": "getarcaneapp",
"compose_url": "https://registry.getarcane.app/templates/mealie/compose.yaml",
"env_url": "https://registry.getarcane.app/templates/mealie/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/mealie",
"content_hash": "3f4dda29722c164becc7ffcf91e3a1f60c51ae135434028f5656c1bb16321240",
"tags": ["recipes", "meal-planning"]
},
{
"id": "metube",
"name": "MeTube",
"description": "Self-hosted YouTube downloader.",
"version": "1.0.0",
"author": "rjcndev",
"compose_url": "https://registry.getarcane.app/templates/metube/compose.yml",
"env_url": "https://registry.getarcane.app/templates/metube/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/metube",
"content_hash": "e8294ce8c9dd8b9870d3e8784014934ddaa8d87b885bbdf0ce95248a4970758d",
"tags": ["youtube"]
},
{
"id": "minio",
"name": "MinIO",
"description": "S3-compatible object storage server with a web console.",
"version": "1.0.0",
"author": "getarcaneapp",
"compose_url": "https://registry.getarcane.app/templates/minio/compose.yaml",
"env_url": "https://registry.getarcane.app/templates/minio/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/minio",
"content_hash": "a6ac2ce4c173671210e4e344e013c7068ea62834fc0ceb91392bd4ff60a20e0a",
"tags": ["storage", "s3"]
},
{
"id": "mosparo",
"name": "Mosparo",
"description": "The modern spam protection.",
"version": "1.0.0",
"author": "rjcndev",
"compose_url": "https://registry.getarcane.app/templates/mosparo/compose.yml",
"env_url": "https://registry.getarcane.app/templates/mosparo/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/mosparo",
"content_hash": "f5bd04a1acf530cdcc030c2b6cf77e5f9dc447db122f047fb3e838b784981ac8",
"tags": ["Tools"]
},
{
"id": "n8n",
"name": "n8n",
"description": "Workflow automation platform for connecting APIs, services, and custom logic.",
"version": "1.0.0",
"author": "getarcaneapp",
"compose_url": "https://registry.getarcane.app/templates/n8n/compose.yaml",
"env_url": "https://registry.getarcane.app/templates/n8n/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/n8n",
"content_hash": "ee85809020adc1f29d86e76f084a23766d9c5a1cbb19ee105ae3aac13256542a",
"tags": ["automation", "workflow"]
},
{
"id": "nextcloud",
"name": "Nextcloud All-in-One",
"description": "☁️ Nextcloud server, a safe home for all your data.",
"version": "1.0.0",
"author": "rjcndev",
"compose_url": "https://registry.getarcane.app/templates/nextcloud/compose.yml",
"env_url": "https://registry.getarcane.app/templates/nextcloud/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/nextcloud",
"content_hash": "c98df5805e5189276211416a0773c9bdf193410798ef7bf39429299a839c5c63",
"tags": ["file-sharing", "collaboration", "storage", "cloud"]
},
{
"id": "nginx-proxy-manager",
"name": "Nginx Proxy Manager",
"description": "Web UI for managing Nginx proxy hosts, SSL certificates, and access lists.",
"version": "1.0.0",
"author": "getarcaneapp",
"compose_url": "https://registry.getarcane.app/templates/nginx-proxy-manager/compose.yaml",
"env_url": "https://registry.getarcane.app/templates/nginx-proxy-manager/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/nginx-proxy-manager",
"content_hash": "48a24ea225684a9dd972a2f509574271dbf120f1d7cba81c808b9544f7720969",
"tags": ["reverse-proxy", "nginx", "ssl"]
},
{
"id": "omnitools",
"name": "OmniTools",
"description": "Self-hosted collection of powerful web-based tools for everyday tasks.",
"version": "1.0.0",
"author": "rjcndev",
"compose_url": "https://registry.getarcane.app/templates/omnitools/compose.yml",
"env_url": "https://registry.getarcane.app/templates/omnitools/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/omnitools",
"content_hash": "d4a1597effa7ca2da16dc4f6cc3d542e86dbd87c17de03fbdfa16325272643e1",
"tags": ["Tools"]
},
{
"id": "one-time-secret",
"name": "One Time Secret",
"description": "One Time Secret is a secure password sharing application. Keep sensitive information out of your email & chat logs.",
"version": "1.0.0",
"author": "lesi97",
"compose_url": "https://registry.getarcane.app/templates/one-time-secret/compose.yml",
"env_url": "https://registry.getarcane.app/templates/one-time-secret/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/one-time-secret",
"content_hash": "a59567bce978cbf6d3f8ac8f5998600b37b0cef686e432896a39e52d9ff9d440",
"tags": ["Security", "Productivity", "Utilities"]
},
{
"id": "paperless-ngx",
"name": "Paperless-ngx",
"description": "Document management system that turns scanned and uploaded documents into a searchable archive.",
"version": "1.0.0",
"author": "getarcaneapp",
"compose_url": "https://registry.getarcane.app/templates/paperless-ngx/compose.yaml",
"env_url": "https://registry.getarcane.app/templates/paperless-ngx/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/paperless-ngx",
"content_hash": "2a73f6145ec07264eff6f8a474ad9fe2fe448411d9d69d81d004912c80221845",
"tags": ["documents", "ocr", "productivity"]
},
{
"id": "patchmon",
"name": "PatchMon",
"description": "Linux Patch Monitoring Automation Platform.",
"version": "1.0.0",
"author": "rjcndev",
"compose_url": "https://registry.getarcane.app/templates/patchmon/compose.yml",
"env_url": "https://registry.getarcane.app/templates/patchmon/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/patchmon",
"content_hash": "9dd12f0ec91a7e64758237fa5765928dcdf3b30302fb0cbe53a8eb142097ea8a",
"tags": ["tools", "linux"]
},
{
"id": "pgadmin",
"name": "pgAdmin",
"description": "pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world.",
"version": "1.0.0",
"author": "Community",
"compose_url": "https://registry.getarcane.app/templates/pgadmin/compose.yaml",
"env_url": "https://registry.getarcane.app/templates/pgadmin/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/pgadmin",
"content_hash": "e173ebbef074bd8de1e6c6921133bc32659ba4ad01d4ca03578a061effab299b",
"tags": ["database", "postgresql"]
},
{
"id": "pi-hole",
"name": "Pi-hole",
"description": "A black hole (DNS/DHCP) for Internet advertisements.",
"version": "1.0.0",
"author": "rjcndev",
"compose_url": "https://registry.getarcane.app/templates/pi-hole/compose.yml",
"env_url": "https://registry.getarcane.app/templates/pi-hole/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/pi-hole",
"content_hash": "a27ca7a0765772286597efd4cab40c23923ff7dd795cfd7b6e1e71429bb24ae0",
"tags": ["DNS", "DHCP", "DNSMASQ", "NTP"]
},
{
"id": "pinchflat",
"name": "Pinchflat",
"description": "Youtube media manager.",
"version": "1.0.0",
"author": "rjcndev",
"compose_url": "https://registry.getarcane.app/templates/pinchflat/compose.yml",
"env_url": "https://registry.getarcane.app/templates/pinchflat/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/pinchflat",
"content_hash": "458e9c60c65afb5aed416b5bc599d38f0962ccd3f6bfebb2e8dc5b18854e10f8",
"tags": ["youtube", "youtube-dl"]
},
{
"id": "plex",
"name": "Plex",
"description": "Media streaming server for movies, televisions shows, and music.",
"version": "1.0.0",
"author": "xPand4B",
"compose_url": "https://registry.getarcane.app/templates/plex/docker-compose.yaml",
"env_url": "https://registry.getarcane.app/templates/plex/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/plex",
"content_hash": "eaf3a5b650556e2216b6c5b8d4804e9fbe44418c536a5926137da074aa56d37c",
"tags": ["media", "streaming", "plex"]
},
{
"id": "pocket-id",
"name": "Pocket ID",
"description": "A simple and easy-to-use OIDC provider that allows users to authenticate with their passkeys to your services.",
"version": "1.1.0",
"author": "Community",
"compose_url": "https://registry.getarcane.app/templates/pocket-id/compose.yaml",
"env_url": "https://registry.getarcane.app/templates/pocket-id/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/pocket-id",
"content_hash": "8ad8b15190488f9e7dab32a15c8279ad2b15f7107a1a7faacbf2d77951e0c998",
"tags": ["oidc"]
},
{
"id": "postgresql16",
"name": "PostgreSQL 16",
"description": "Open source relational database.",
"version": "1.0.0",
"author": "rjcndev",
"compose_url": "https://registry.getarcane.app/templates/postgresql16/compose.yml",
"env_url": "https://registry.getarcane.app/templates/postgresql16/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/postgresql16",
"content_hash": "49d65c7cf0a4c9ef5eeb585089bbdddf8ae25682e106432191b937418ad6935b",
"tags": ["SQL"]
},
{
"id": "postgresql17",
"name": "PostgreSQL 17",
"description": "Open source relational database.",
"version": "1.0.0",
"author": "rjcndev",
"compose_url": "https://registry.getarcane.app/templates/postgresql17/compose.yml",
"env_url": "https://registry.getarcane.app/templates/postgresql17/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/postgresql17",
"content_hash": "6ed11fbb46903f62d52949a76f8e964bba786c8346b9f79dc3fbf6917f334bfb",
"tags": ["SQL"]
},
{
"id": "postgresql18",
"name": "PostgreSQL 18",
"description": "Open source relational database.",
"version": "1.0.0",
"author": "rjcndev",
"compose_url": "https://registry.getarcane.app/templates/postgresql18/compose.yml",
"env_url": "https://registry.getarcane.app/templates/postgresql18/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/postgresql18",
"content_hash": "bf28d085aa252030c6b5f2bae8e746fca4920e0abdcc89bd596561d274602b92",
"tags": ["SQL"]
},
{
"id": "prowlarr",
"name": "Prowlarr",
"description": "Indexer manager and proxy for media automation apps.",
"version": "1.0.0",
"author": "getarcaneapp",
"compose_url": "https://registry.getarcane.app/templates/prowlarr/compose.yaml",
"env_url": "https://registry.getarcane.app/templates/prowlarr/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/prowlarr",
"content_hash": "a649eba79d558e72452702be90835ead10d7a09f28eb352d681924de61102cac",
"tags": ["media", "indexers", "downloaders"]
},
{
"id": "radarr",
"name": "Radarr",
"description": "Movie collection manager for automated downloading, sorting, and library organization.",
"version": "1.0.0",
"author": "getarcaneapp",
"compose_url": "https://registry.getarcane.app/templates/radarr/compose.yaml",
"env_url": "https://registry.getarcane.app/templates/radarr/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/radarr",
"content_hash": "4cd7983cb6ae80a12b5b06d3780b16015acc64fda207c80f78acedb65cac4764",
"tags": ["media", "movies", "automation"]
},
{
"id": "redis",
"name": "Redis",
"description": "In-memory data store commonly used for caching, queues, and application state.",
"version": "1.0.0",
"author": "getarcaneapp",
"compose_url": "https://registry.getarcane.app/templates/redis/compose.yaml",
"env_url": "https://registry.getarcane.app/templates/redis/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/redis",
"content_hash": "97ea730ebfdea380d0de263e1de3473c5f79a70f671abeee9dc81502e7abf914",
"tags": ["database", "cache"]
},
{
"id": "rybbit",
"name": "Rybbit",
"description": "Website analytics without cookies.",
"version": "1.0.0",
"author": "rjcndev",
"compose_url": "https://registry.getarcane.app/templates/rybbit/compose.yml",
"env_url": "https://registry.getarcane.app/templates/rybbit/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/rybbit",
"content_hash": "ff6c94365a178fd782ae85199b897daf1cbce38fddf791d599b854993ea06ef6",
"tags": ["analytics"]
},
{
"id": "satisfactory-server",
"name": "Satisfactory Dedicated Server",
"description": "Unofficial Satisfactory Dedicated Server image for hosting your own Satisfactory game server.",
"version": "1.0.1",
"author": "xPand4B",
"compose_url": "https://registry.getarcane.app/templates/satisfactory-server/compose.yaml",
"env_url": "https://registry.getarcane.app/templates/satisfactory-server/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/satisfactory-server",
"content_hash": "e7f83a843db151c1b689e9f918420dbe019ebe826b30f67cd8588732ed78afb3",
"tags": ["satisfactory", "game", "gameserver"]
},
{
"id": "seerr",
"name": "Seerr",
"description": "Free and open source software for managing requests for your media library.",
"version": "1.0.0",
"author": "xPand4B",
"compose_url": "https://registry.getarcane.app/templates/seerr/compose.yml",
"env_url": "https://registry.getarcane.app/templates/seerr/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/seerr",
"content_hash": "f14a4f72304b4f77836d6e1245bb1fb7db405e03c3c584ab6a4ad797c1bc373b",
"tags": ["media", "streaming", "requests", "jellyfin", "plex", "seerr"]
},
{
"id": "sonarr",
"name": "Sonarr",
"description": "TV series manager for automated downloading, sorting, and library organization.",
"version": "1.0.0",
"author": "getarcaneapp",
"compose_url": "https://registry.getarcane.app/templates/sonarr/compose.yaml",
"env_url": "https://registry.getarcane.app/templates/sonarr/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/sonarr",
"content_hash": "baf3d6598587094244a0ea1689cec17bccb10c4bbab610c952f6f2824d0f7d8c",
"tags": ["media", "tv", "automation"]
},
{
"id": "string-is",
"name": "string-is",
"description": "String toolkit for developers.",
"version": "1.0.0",
"author": "rjcndev",
"compose_url": "https://registry.getarcane.app/templates/string-is/compose.yml",
"env_url": "https://registry.getarcane.app/templates/string-is/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/string-is",
"content_hash": "c0f2aa21e3da868602e6cc91486d75fa8b711f6b6bdce887d139cf553491a06b",
"tags": ["Tools"]
},
{
"id": "swag",
"name": "swag",
"description": "SWAG - Secure Web Application Gateway, sets up an Nginx webserver and reverse proxy with php support and a built-in certbot client that automates free SSL server certificate generation and renewal processes (Let's Encrypt and ZeroSSL).",
"version": "1.0.0",
"author": "lesi97",
"compose_url": "https://registry.getarcane.app/templates/swag/compose.yml",
"env_url": "https://registry.getarcane.app/templates/swag/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/swag",
"content_hash": "3de875f18eef6f45359aee3bdf1538ada61e5780aad1bc5c5171e2a1504ee4af",
"tags": ["Network", "Web", "Security"]
},
{
"id": "swagger-editor",
"name": "Swagger Editor",
"description": "Editor for APIs in the OpenAPI Specification.",
"version": "1.0.0",
"author": "rjcndev",
"compose_url": "https://registry.getarcane.app/templates/swagger-editor/compose.yml",
"env_url": "https://registry.getarcane.app/templates/swagger-editor/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/swagger-editor",
"content_hash": "a167f8d17be031c6d27d1247bfd7ff6611073bdfcc6de85d5a0b5d2c8f5b1a13",
"tags": ["Tools", "API", "OpenAPI"]
},
{
"id": "syncthing",
"name": "Syncthing",
"description": "Local and remote peer-to-peer file synchronization tool.",
"version": "1.0.0",
"author": "xPand4B",
"compose_url": "https://registry.getarcane.app/templates/syncthing/docker-compose.yaml",
"env_url": "https://registry.getarcane.app/templates/syncthing/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/syncthing",
"content_hash": "427232cb760e224eeec279807da3f36adb5a43f20525f86a5bb4404f8f14c633",
"tags": ["file-sync", "file-transfer", "backup", "syncthing", "p2p"]
},
{
"id": "tautulli",
"name": "Tautulli",
"description": "Monitoring and tracking tool for Plex Media Server",
"version": "1.0.0",
"author": "xPand4B",
"compose_url": "https://registry.getarcane.app/templates/tautulli/docker-compose.yaml",
"env_url": "https://registry.getarcane.app/templates/tautulli/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/tautulli",
"content_hash": "64cced5a34985e591ef1345b5f1dbfc03ec3a52300cd0adaa822badb1cfa38a5",
"tags": ["media", "streaming", "tautulli", "plex", "monitoring"]
},
{
"id": "uptime-kuma",
"name": "Uptime Kuma",
"description": "Easy-to-use self-hosted uptime monitoring tool.",
"version": "1.0.0",
"author": "xPand4B",
"compose_url": "https://registry.getarcane.app/templates/uptime-kuma/docker-compose.yaml",
"env_url": "https://registry.getarcane.app/templates/uptime-kuma/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/uptime-kuma",
"content_hash": "fdc5d9cad22f126faa527ea1ed7b5f5e6d5f95b4119b153a3b2f46d40fa4d173",
"tags": ["monitoring", "uptime"]
},
{
"id": "vaultwarden",
"name": "Vaultwarden",
"description": "Unofficial Bitwarden compatible server written in Rust.",
"version": "1.0.0",
"author": "rjcndev",
"compose_url": "https://registry.getarcane.app/templates/vaultwarden/compose.yml",
"env_url": "https://registry.getarcane.app/templates/vaultwarden/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/vaultwarden",
"content_hash": "4aefe5e55d4c8db2d355d7c1177f2d3c631cc64ccbcd990c651a861cec6b5f05",
"tags": ["password-manager", "bitwarden"]
},
{
"id": "verdaccio",
"name": "Verdaccio",
"description": "Verdaccio is a simple, zero-config-required local private NPM registry. No need for an entire database just to get started. Verdaccio comes out of the box with its own tiny database, and the ability to proxy other registries (eg. npmjs.org), also introduces caching the downloaded modules along the way. For those who are looking to extend their storage capabilities, Verdaccio supports various community-made plugins to hook into services such as Amazon's S3, Google Cloud Storage or create your own plugin.",
"version": "1.0.0",
"author": "lesi97",
"compose_url": "https://registry.getarcane.app/templates/verdaccio/compose.yml",
"env_url": "https://registry.getarcane.app/templates/verdaccio/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/verdaccio",
"content_hash": "3ee0098bbde89ebd351ff02d97b946bcf82b1e1cfcff54312d5abe834b210d64",
"tags": ["Utilities", "Productivity"]
},
{
"id": "web-check",
"name": "Web-Check",
"description": "All-in-one OSINT tool for analysing any website.",
"version": "1.0.0",
"author": "rjcndev",
"compose_url": "https://registry.getarcane.app/templates/web-check/compose.yml",
"env_url": "https://registry.getarcane.app/templates/web-check/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/web-check",
"content_hash": "95fdb34ae05f50336d9b9524a41c7965877c0fb3faaa7644902c72628beac53c",
"tags": ["security", "privacy"]
},
{
"id": "windshift",
"name": "Windshift",
"description": "Self-hosted work management for projects, workflows, collaboration, and delivery.",
"version": "1.0.0",
"author": "Windshift",
"compose_url": "https://registry.getarcane.app/templates/windshift/compose.yaml",
"env_url": "https://registry.getarcane.app/templates/windshift/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/windshift",
"content_hash": "4ee242580c7d720d6afa47895f316c2e79143f7f1bd365444d2fe656f0c47396",
"tags": ["project-management", "work-management", "productivity"]
},
{
"id": "wireguard",
"name": "Wireguard",
"description": "WireGuard is a secure, fast, and relatively simple VPN protocol used to establish encrypted connections between devices",
"version": "1.0.0",
"author": "Community",
"compose_url": "https://registry.getarcane.app/templates/wireguard/compose.yaml",
"env_url": "https://registry.getarcane.app/templates/wireguard/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/wireguard",
"content_hash": "66ebf7acae902804264be08ae1ab47610bea5a613ab8b8b4efeb879e416a253d",
"tags": ["networking", "vpn"]
},
{
"id": "yarnl",
"name": "Yarnl",
"description": "Your self-hosted crochet and knitting companion. Organize your patterns, track your projects, and share your creations with the world.",
"version": "1.0.0",
"author": "xPand4B",
"compose_url": "https://registry.getarcane.app/templates/yarnl/compose.yaml",
"env_url": "https://registry.getarcane.app/templates/yarnl/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/yarnl",
"content_hash": "d3396b1541fac232a2fb28229948bc77bfb7a13c30f69086607069c5348d718d",
"tags": ["hobby", "crafting", "yarn", "knitting", "crochet"]
},
{
"id": "zoraxy",
"name": "Zoraxy",
"description": "General purpose HTTP reverse proxy and forwarding tool.",
"version": "1.0.0",
"author": "rjcndev",
"compose_url": "https://registry.getarcane.app/templates/zoraxy/compose.yml",
"env_url": "https://registry.getarcane.app/templates/zoraxy/.env.example",
"documentation_url": "https://github.com/getarcaneapp/templates/tree/main/templates/zoraxy",
"content_hash": "b7ca901577fde5737ba08fcfd5f8b1072fdac08f7a7d675ac5495ecc06e67bb2",
"tags": ["reverse-proxy"]
}
]
}