mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-08-20 20:07:23 +02:00
Compare commits
No commits in common. "c5b5bfb51c500f24a5c19302d22bf31787311dc8" and "20843b4c570377dd0bd5c92d4cb4613787bac8b6" have entirely different histories.
c5b5bfb51c
...
20843b4c57
@ -28,7 +28,6 @@ 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 -->
|
||||||
|
|
||||||
@ -46,8 +45,3 @@ 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,25 +40,16 @@ 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
|
||||||
sudo firewall-cmd --permanent --add-port=9001/udp
|
# TODO: Don't do this, this is a ppor example.
|
||||||
sudo firewall-cmd --permanent --add-port=6771/udp
|
# firewalld surely recognises 631 as a service of some name,
|
||||||
|
# and as noted before, --zone won't work on my systems.
|
||||||
|
sudo firewall-cmd --zone=home --permanent --add-port=631/tcp
|
||||||
```
|
```
|
||||||
|
|
||||||
- `9001/udp` is Yggdrasil automatic peering, although link-local and
|
- 631/tcp is used by cups.
|
||||||
unlikely to be recognised by predefined rules.
|
|
||||||
- `6771/udp` is [Bittorrent Local Peer Discovery](http://bittorrent.org/beps/bep_0014.html)
|
|
||||||
|
@ -75,9 +75,6 @@ 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