

Exactly. I can’t really do the paper-based option while commuting. But when at home I’d actually prefer to get away from my devices, so that’s what I’ll do.
I might include song lyrics to keep it varied. Thanks again for the motivation / reminder.
Sé / é 🇵🇸 🇨🇩 🏳️⚧️ 🇸🇸


Exactly. I can’t really do the paper-based option while commuting. But when at home I’d actually prefer to get away from my devices, so that’s what I’ll do.
I might include song lyrics to keep it varied. Thanks again for the motivation / reminder.


I don’t know anything about phone cracking. Just what I see in comment sections. My understanding was that it’s not as tough as Graphene or maybe iOS, but that Android in general is more vulnerable (rather than just /e/OS).


I did, yes. But I thought that the increased frequency of gamified apps specifically would give me more opportunities during times where writing is difficult (eg when travelling). But in hindsight, it was a mistake to replace writing completely.


That’s very helpful, thank you. I have the impression that /e/OS is more suited to me. I love Linux and in theory prefer Jolla, but as I get older I need things to just work, including a few accessibility features.


Thanks for the reminder. The apps are so convenient but I can see that my results are poorer. I’ll get writing.


Yeah. It would get me 1.5 Irish lessons.


I saw an interview with Gäel Duval about /e/OS. It left a good impression of the software. It seems ready and supports banking apps. I’ll look into Jolla too. Thanks for the post.


GRMA as an alt seo. Bhí cúpla “popups” anseo i nGaillimh cúpla bliain ó shin agus bhí siad go hiontach. B’fhéidir go bhfuil siad fós ag súil. Caithfidh mé ciorcal comhrá a ghlacadh.


I went out for a walk there and had it on loop. Great tune!


That’s fantastic news. We have a lot of nay sayers in Galway when we tried to get a cycling lane in Salthill a few years back - particularly from business owners. Onward and upwards!


“Regarding the speed of the European Union’s reaction … We could have reacted faster,” the minister told reporters on Monday.
Oh please fuck off into the sun. The problem isn’t the speed of your “response”, but your blaming Iran for the attacks and providing narrative cover to the USA and Israel.
Of course France, Germany and UK govs now piling in to the club like the dirty colonisers they are.


It seems that Thaura and Lumo are not beholden to big tech or involved in genocide / mass surveillance, so I’m comparing those at the moment. But I keep my usage as low as absolutely possible.


Roughly 450,000 voted for FG in the last election. Similar figure for FF. Would love to see the venn diagram of those voters against that 10%.


I’m confused too. I’m not sure what it’s offering. But I have the container running now and can access it from the browser.
I’m on macOS (will be migrating back to Linux in the future) and had to install something called Colima too, via brew, to allow docker itself to run. But it’s a service and once it’s started, it starts at login. So, I can forget about it and focus on docker. I’m very happy.
My Pi3B is struggling to run the services I have on it so I couldn’t add another container there. Thanks again, I can finally organise information better and hopefully contribute to better online discourse hopefully!


Thanks. I’ll go the docker-compose route after all. Familiarity might be better than whatever conveniences Docker Desktop offers. I really appreciate the help. I have a proper docker-compose.yml file now at least so I should be able to work from there.


Thanks for the comment. I’m starting to think that the Docker Desktop app does not give access to (or does not use) a docker compose file. Here’s what I can see I the inspector regarding compose and ports:
"Labels": {
"org.opencontainers.image.created": "2025-10-07T08:17:19.987Z",
"org.opencontainers.image.description": "Official docker-composer for wallabag.",
"org.opencontainers.image.licenses": "",
"org.opencontainers.image.revision": "480d3833bc44c555b6ee76491635fef84ec7dd86",
"org.opencontainers.image.source": "https://github.com/wallabag/docker",
"org.opencontainers.image.title": "docker",
"org.opencontainers.image.url": "https://github.com/wallabag/docker",
"org.opencontainers.image.version": "2.6.14"
},
"StopTimeout": 1
},
"NetworkSettings": {
"SandboxID": "562d8d0e2db1adbfac83511f91282282644aca1213c73f3b045dafdd8b4e3ee9",
"SandboxKey": "/var/run/docker/netns/562d8d0e2db1",
"Ports": {
"80/tcp": null
},


Thanks for the response. Yes, the image I chose had buttons to Pull and Run the container. The official image had nothing. See these screen grabs for example:
As opposed to the official one which has no buttons:

There don’t appear to be any ports specified, but I don’t see an option to modify them. Usually I’d do that via the compose yaml file but I’ve been all over the UI and not notice a facility for that.

Inspecting the container shows me this, but maybe I need to find a way to get/use the official image rather than pursue this one:
{
"Id": "d254fde210636e232c2ec64d1b721bd943df7d22fd7e90841391c3178c73722e",
"Created": "2026-02-26T20:10:01.054503592Z",
"Path": "/entrypoint.sh",
"Args": [
"wallabag"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 555,
"ExitCode": 0,
"Error": "",
"StartedAt": "2026-02-27T08:47:49.269760505Z",
"FinishedAt": "2026-02-26T20:24:20.523179421Z",
"Health": {
"Status": "starting",
"FailingStreak": 0,
"Log": [
{
"Start": "2026-02-26T20:17:03.274073218Z",
"End": "2026-02-26T20:17:03.38475801Z",
"ExitCode": 0,
"Output": "{\"appname\":\"wallabag\",\"version\":\"2.6.14\",\"allowed_registration\":false}"
},
{
"Start": "2026-02-26T20:17:33.385983677Z",
"End": "2026-02-26T20:17:33.497293427Z",
"ExitCode": 0,
"Output": "{\"appname\":\"wallabag\",\"version\":\"2.6.14\",\"allowed_registration\":false}"
},
{
"Start": "2026-02-26T20:18:03.49944726Z",
"End": "2026-02-26T20:18:03.607532885Z",
"ExitCode": 0,
"Output": "{\"appname\":\"wallabag\",\"version\":\"2.6.14\",\"allowed_registration\":false}"
},
{
"Start": "2026-02-26T20:18:33.612751302Z",
"End": "2026-02-26T20:18:33.718124719Z",
"ExitCode": 0,
"Output": "{\"appname\":\"wallabag\",\"version\":\"2.6.14\",\"allowed_registration\":false}"
},
{
"Start": "2026-02-26T20:23:51.821147421Z",
"End": "2026-02-26T20:23:52.395929172Z",
"ExitCode": 0,
"Output": "{\"appname\":\"wallabag\",\"version\":\"2.6.14\",\"allowed_registration\":false}"
}
]
}
},
"Image": "sha256:43746639f5f8abb4949394b69445f468e92c1c9430ef0986913d54e0f7994ff3",
"ResolvConfPath": "/var/lib/docker/containers/d254fde210636e232c2ec64d1b721bd943df7d22fd7e90841391c3178c73722e/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/d254fde210636e232c2ec64d1b721bd943df7d22fd7e90841391c3178c73722e/hostname",
"HostsPath": "/var/lib/docker/containers/d254fde210636e232c2ec64d1b721bd943df7d22fd7e90841391c3178c73722e/hosts",
"LogPath": "/var/lib/docker/containers/d254fde210636e232c2ec64d1b721bd943df7d22fd7e90841391c3178c73722e/d254fde210636e232c2ec64d1b721bd943df7d22fd7e90841391c3178c73722e-json.log",
"Name": "/wallabag-container",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "",
"ExecIDs": null,
"HostConfig": {
"Binds": [],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "bridge",
"PortBindings": {},
"RestartPolicy": {
"Name": "no",
"MaximumRetryCount": 0
},
"AutoRemove": false,
"VolumeDriver": "",
"VolumesFrom": null,
"ConsoleSize": [
0,
0
],
"CapAdd": null,
"CapDrop": null,
"CgroupnsMode": "private",
"Dns": [],
"DnsOptions": [],
"DnsSearch": [],
"ExtraHosts": null,
"GroupAdd": null,
"IpcMode": "private",
"Cgroup": "",
"Links": null,
"OomScoreAdj": 0,
"PidMode": "",
"Privileged": false,
"PublishAllPorts": false,
"ReadonlyRootfs": false,
"SecurityOpt": null,
"UTSMode": "",
"UsernsMode": "",
"ShmSize": 67108864,
"Runtime": "runc",
"Isolation": "",
"CpuShares": 0,
"Memory": 0,
"NanoCpus": 0,
"CgroupParent": "",
"BlkioWeight": 0,
"BlkioWeightDevice": null,
"BlkioDeviceReadBps": null,
"BlkioDeviceWriteBps": null,
"BlkioDeviceReadIOps": null,
"BlkioDeviceWriteIOps": null,
"CpuPeriod": 0,
"CpuQuota": 0,
"CpuRealtimePeriod": 0,
"CpuRealtimeRuntime": 0,
"CpusetCpus": "",
"CpusetMems": "",
"Devices": null,
"DeviceCgroupRules": null,
"DeviceRequests": null,
"MemoryReservation": 0,
"MemorySwap": 0,
"MemorySwappiness": null,
"OomKillDisable": null,
"PidsLimit": null,
"Ulimits": null,
"CpuCount": 0,
"CpuPercent": 0,
"IOMaximumIOps": 0,
"IOMaximumBandwidth": 0,
"MaskedPaths": [
"/proc/acpi",
"/proc/asound",
"/proc/interrupts",
"/proc/kcore",
"/proc/keys",
"/proc/latency_stats",
"/proc/sched_debug",
"/proc/scsi",
"/proc/timer_list",
"/proc/timer_stats",
"/sys/devices/virtual/powercap",
"/sys/firmware"
],
"ReadonlyPaths": [
"/proc/bus",
"/proc/fs",
"/proc/irq",
"/proc/sys",
"/proc/sysrq-trigger"
]
},
"GraphDriver": {
"Data": {
"ID": "d254fde210636e232c2ec64d1b721bd943df7d22fd7e90841391c3178c73722e",
"LowerDir": "/var/lib/docker/overlay2/b2807d062c1d8403521606ce2f302e2c67dbc8f7a28c2fb28d6db3defb156f0f-init/diff:/var/lib/docker/overlay2/667dd92b968da5e7a955ea8e9498e04427ec5400c18f3b229be6de2a2d4b1c62/diff:/var/lib/docker/overlay2/962c36d2e4871f137c79266e99be449d2cd6aaf4c8cd276fc6a6f4307ebece67/diff:/var/lib/docker/overlay2/508c50d7273f68eda7c77483117c350ede656990d05de9038947eec12243e15a/diff:/var/lib/docker/overlay2/3f483498243fb6c1d6504e7a53dfbdeb57c283e86c6af23a1420cfbde73ef770/diff:/var/lib/docker/overlay2/080f18af9a70cfd9a0cd5d36dc59436f2ac59ad5c2cdcd4bb03b4c88855bd0ba/diff:/var/lib/docker/overlay2/b1220f35e2c0332a36d94a611e41fb1b049a677be61783b8b983c38909fe01ad/diff:/var/lib/docker/overlay2/c38a62224f9f95ae2e0d4434f9cc21b041a72e137d125a28ad4530a7a1fa9f16/diff",
"MergedDir": "/var/lib/docker/overlay2/b2807d062c1d8403521606ce2f302e2c67dbc8f7a28c2fb28d6db3defb156f0f/merged",
"UpperDir": "/var/lib/docker/overlay2/b2807d062c1d8403521606ce2f302e2c67dbc8f7a28c2fb28d6db3defb156f0f/diff",
"WorkDir": "/var/lib/docker/overlay2/b2807d062c1d8403521606ce2f302e2c67dbc8f7a28c2fb28d6db3defb156f0f/work"
},
"Name": "overlay2"
},
"Mounts": [],
"Config": {
"Hostname": "d254fde21063",
"Domainname": "",
"User": "",
"AttachStdin": false,
"AttachStdout": false,
"AttachStderr": false,
"ExposedPorts": {
"80/tcp": {}
},
"Tty": false,
"OpenStdin": false,
"StdinOnce": false,
"Env": [
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/www/wallabag/bin"
],
"Cmd": [
"wallabag"
],
"Healthcheck": {
"Test": [
"CMD-SHELL",
"curl --fail --silent --show-error --user-agent healthcheck http://localhost/api/info || exit 1"
]
},
"Image": "doc75/wallabag:prev-prod",
"Volumes": null,
"WorkingDir": "/var/www/wallabag",
"Entrypoint": [
"/entrypoint.sh"
],
"Labels": {
"org.opencontainers.image.created": "2025-10-07T08:17:19.987Z",
"org.opencontainers.image.description": "Official docker-composer for wallabag.",
"org.opencontainers.image.licenses": "",
"org.opencontainers.image.revision": "480d3833bc44c555b6ee76491635fef84ec7dd86",
"org.opencontainers.image.source": "https://github.com/wallabag/docker",
"org.opencontainers.image.title": "docker",
"org.opencontainers.image.url": "https://github.com/wallabag/docker",
"org.opencontainers.image.version": "2.6.14"
},
"StopTimeout": 1
},
"NetworkSettings": {
"SandboxID": "562d8d0e2db1adbfac83511f91282282644aca1213c73f3b045dafdd8b4e3ee9",
"SandboxKey": "/var/run/docker/netns/562d8d0e2db1",
"Ports": {
"80/tcp": null
},
"Networks": {
"bridge": {
"IPAMConfig": null,
"Links": null,
"Aliases": null,
"DriverOpts": null,
"GwPriority": 0,
"NetworkID": "8f978f13fd60cc7921cd3549b2e230d96d2bc04ac162697f7a72d7ce31e6b941",
"EndpointID": "f37c91717760955ba1cb4a30298bb32d3a66004a3a4cfeb7a6e98138748cd22d",
"Gateway": "172.17.0.1",
"IPAddress": "172.17.0.2",
"MacAddress": "da:1d:24:9b:5c:ed",
"IPPrefixLen": 16,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DNSNames": null
}
}
}
}
And Israel itself is built, and continues to build on, genocide.