mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-08-20 03:47:26 +02:00
Compare commits
3 Commits
20843b4c57
...
c5b5bfb51c
Author | SHA1 | Date | |
---|---|---|---|
c5b5bfb51c | |||
eb727f4148 | |||
97c4fcdae5 |
@ -28,6 +28,7 @@ which is produced by `git commit -s`
|
|||||||
|
|
||||||
- [My private emails](#my-private-emails)
|
- [My private emails](#my-private-emails)
|
||||||
- [Where to find them](#where-to-find-them)
|
- [Where to find them](#where-to-find-them)
|
||||||
|
- [Forĝejo/Gitea](#for%C4%9Dejogitea)
|
||||||
|
|
||||||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
|
|
||||||
@ -45,3 +46,8 @@ which is produced by `git commit -s`
|
|||||||
|
|
||||||
- https://github.com/settings/emails
|
- https://github.com/settings/emails
|
||||||
- https://gitlab.com/-/profile
|
- https://gitlab.com/-/profile
|
||||||
|
|
||||||
|
## Forĝejo/Gitea
|
||||||
|
|
||||||
|
- `username@noreply.example.org`
|
||||||
|
- https://matrix.to/#/%23forgejo-chat%3Amatrix.org/%24GpERxizORImC72fsm7I_nIvQi2Trx85-Xdp3t9oT3u8?via=schinas.net&via=matrix.org&via=tchncs.de
|
||||||
|
@ -40,16 +40,25 @@ could imagine using is `public`.
|
|||||||
## Services
|
## Services
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
sudo firewall-cmd --add-service=ssh --permanent
|
||||||
sudo firewall-cmd --add-service=mosh --permanent
|
sudo firewall-cmd --add-service=mosh --permanent
|
||||||
|
sudo firewall-cmd --add-service=ntp --permanent
|
||||||
|
sudo firewall-cmd --add-service=syncthing --permanent
|
||||||
```
|
```
|
||||||
|
|
||||||
|
- I trust Chrony (ntp) to not allow it to be used from outside of LAN
|
||||||
|
as `firewalld` is apparently not designed with limiting source
|
||||||
|
addresses in mind.
|
||||||
|
- `syncthing` is the client, not to be confused with `syncthing-gui`
|
||||||
|
or `syncthing-relay`.
|
||||||
|
|
||||||
## Ports
|
## Ports
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# TODO: Don't do this, this is a ppor example.
|
sudo firewall-cmd --permanent --add-port=9001/udp
|
||||||
# firewalld surely recognises 631 as a service of some name,
|
sudo firewall-cmd --permanent --add-port=6771/udp
|
||||||
# and as noted before, --zone won't work on my systems.
|
|
||||||
sudo firewall-cmd --zone=home --permanent --add-port=631/tcp
|
|
||||||
```
|
```
|
||||||
|
|
||||||
- 631/tcp is used by cups.
|
- `9001/udp` is Yggdrasil automatic peering, although link-local and
|
||||||
|
unlikely to be recognised by predefined rules.
|
||||||
|
- `6771/udp` is [Bittorrent Local Peer Discovery](http://bittorrent.org/beps/bep_0014.html)
|
||||||
|
@ -75,6 +75,9 @@ https://f-droid.org/packages/com.forrestguice.suntimeswidget
|
|||||||
https://f-droid.org/packages/com.forrestguice.suntimescalendars
|
https://f-droid.org/packages/com.forrestguice.suntimescalendars
|
||||||
https://f-droid.org/packages/com.jarsilio.android.autoautorotate
|
https://f-droid.org/packages/com.jarsilio.android.autoautorotate
|
||||||
https://f-droid.org/packages/com.darshancomputing.BatteryIndicatorPro
|
https://f-droid.org/packages/com.darshancomputing.BatteryIndicatorPro
|
||||||
|
https://github.com/nextcloud/android
|
||||||
|
https://github.com/UP-NextPush/android
|
||||||
|
https://f-droid.org/packages/net.eneiluj.moneybuster
|
||||||
```
|
```
|
||||||
|
|
||||||
Note to self: to turn Obtainium export like this or close enough to manually
|
Note to self: to turn Obtainium export like this or close enough to manually
|
||||||
|
Loading…
x
Reference in New Issue
Block a user