en/selfhosting.md (view raw)
1# selfhosting
2
3all things `*.aaoth.xyz` that you can use or access. blocks of preformatted text
4provide configuration options to use with appropriate clients.
5
6## code
7
8### cgit
9
10[cgit](https://cgit.aaoth.xyz)
11
12cgit web frontend to personal collection of git repositories.
13pet projects, toy projects, all that fun stuff. as for now i'm keeping cgit for backup purposes,
14main live actions will take place on gitea for now.
15
16### fossil
17
18[fossil](https://fsl.aaoth.xyz)
19
20personal collection of fossil repositories. similar to all things git.
21
22[learn more about fossil](https://fossil-scm.org)
23
24## social
25
26### honk
27
28[honk](https://bloat.aaoth.xyz)
29
30instance of honk, the most minimal and enlightened federated microblogging
31service.
32
33honk is amazing! it is written in go by ted unangst.
34
35[source code of original honk](https://humungus.tedunangst.com/r/honk)
36
37### xmpp
38
39```
40
41xmpp s2s: aaoth.xyz:5269 (default)
42xmpp c2s: aaoth.xyz:5222 (default)
43```
44
45i have an xmpp server running prosody. if i know you and you need an account,
46contact me to get an invite.
47
48[learn more about xmpp](https://xmpp.org/)
49
50### mumble
51
52```
53
54mumble: aaoth.xyz:64738 (default)
55```
56
57mumble is a self-hostable voice chat software. one can use it as a replacement
58for proprietary things like discord. server is currently open, feel free to join
59by using a mumble client. note that it is running off a small vps so don't be
60surprized if it'll fail on you.
61
62[learn more about mumble](https://mumble.info)
63
64## other
65
66### inks
67
68[inks](https://inks.aaoth.xyz)
69
70instance of inks, a link aggregator.
71
72[source code of inks](https://humungus.tedunangst.com/r/inks)
73
74### mail
75
76```
77
78smtp: mail.aaoth.xyz:587
79smtp security: starttls
80imap: mail.aaoth.xyz:993
81imap security: ssl/tls
82```
83
84personal mail server. currently it is only used by me and there's no plan to add
85support for registration. if you really want an account, contact me.
86
87### ntfy
88
89[ntfy](https://mail.aaoth.xyz)
90
91```
92
93ntfy: mail.aaoth.xyz
94```
95
96ntfy is a tool to easily send push notifications using simple http post request.
97it also enables unified push, a way to make push notifications on android phones without
98relying on google services.
99
100ntfy works by creating topics. note that there are no restrictions on who can send what to
101a topic, so you may treat topic name as a password.
102
103(yes i forwarded ntfy to my mail domain just because i can. i have no plans on adding
104webmail anyway).
105
106[learn more about ntfy](https://ntfy.sh)