Fotogroep Waalre app goes open source
The Swift source code of the Fotogroep Waalre app is now in a GitHub repository. This allows software developers who are interested in photography to join in.
The Swift source code of the Fotogroep Waalre app is now in a GitHub repository. This allows software developers who are interested in photography to join in.
Standard text localization When you create apps for the Apple ecosystem, you may need to support multiple languages. This is a key part of what is known as localization. It comes down to creating an English version of text strings – say the label of a “Submit” button -, and providing translations of “Submit” to…
I started work on a MacOS app that is a companion to the Photo Club Hub app for iOS. It generates static web pages with members of photo clubs. Both apps read the same JSON data. See the README on Github.
FTP SFTP FTPS Security technology None / old SSH TLS URL my.domain.com sftp://my.domain.com my.domain.com(configure client to use FTPS) Ports that must be opened 21 22 21, plus passive port range Passwords, passkey, public/private keys plaintext passwords (!) public keys public keys User privileges flexible full access privileges flexible FileZilla client support YES YES YES Lightroom…
This posting lists and discusses various online tutorials about how to set up WordPress using Docker and NGINX on a self-managed Linux server. This is sometimes known as LAMP: Linux, Apache, MySql, PHP. Or LEMP: Linux, (E)nginx, MySQL, PHP. All this is trivial if the hosting provider handles the details. And is still relatively doable…
This is the technology stack used on this VPS-hosted site: More loosely-related stuff on the VPS-hosted site: This is the technology stack used on the Synology DS411 test site:
Release 2.5.0 of the Photo Club Hub iOS app is now available on Github and Apple’s App Store. The main changes are: What’s next? As you can see on GitHub, a next update will improve the Maps on the Photo Clubs page. This is because Apple’s MapKit framework for SwiftUI has changed in iOS17, and some old…