insert into oc_appconfig(appid,configkey,configvalue) values ('theming','iTunesAppId','');
There is a file in NextCloud, layout.user.php which pushes a link to the iOS app. I wish to remove that. It will come back, every time NextCloud pushes an update, so here is a note on how to remove it.
The file is (web root)/core/templates/layout.user.php
I don’t know if there is a setting anywhere in NextCloud which would let me simply disable the prompt to use the app. I don’t see such; so the fallback is to edit the source code. It would be nice if there were a setting stored in the database instead. When the NextCloud people publish an update, the recorded setting could keep the “Use The App!” prompt disabled. But I don’t think there is a setting I can get at which lets me control this.
That php code implies that the theme could have a setting; but I don’t see anything in the theme setting page for a flag of getiTunesAppId.
Mostly, I use the other pieces of NextCloud: Calendar, Tasks, Music, and Dashboard. For those, that “Use The App!” prompt is a waste of screen real estate on a platform that doesn’t have a lot of screen real estate to waste.
I wouldn’t terribly mind if the “Use The App!” prompt showed up if I were to visit the Files part of the NextCloud web UI: that’s the only thing the iOS app is good for. But I almost never use the Files part of NextCloud when on mobile.
Assuming that you are currently in the subdirectory with music files, and those files are of type .ogg and you want to create a playlist file named _great.m3u which contains the names of the songs with “World of Warcraft” in the album name, this one liner creates such a file:
-p '$filename' prints the file name. We later strip off the other stuff by redirecting stderr to null. That’s the 2> /dev/null part.
-if '$album =~ /World of Warcraft/' and -if '$artist =~ /E.S. Posthumus/' are matches against a regular expression. =~ says we are doing a match and the text between the slashes are what need to be present for the match to report true.
> _great.m3u overwrites the existing file, but then >> _great.m3u appends to it.
Care to guess who purchased the collector’s editions of some of the games so I could get a CD of the game music (or files from Steam)?
One thing (I don’t know that it’s a problem, really) is that Artist =~ /E.S. Posthumus/ will find the same file as Genre =~ /Classical/ so the same songs end up in the playlist twice. Maybe I just like E.S. Posthumus so much that I want their chance of being picked by the shuffler better than average. 😉
But if that’s not your bag, this will make a new file (with a new name) which contains only unique song file names:
As I mentioned before, The Helm email appliance company is calling it quits, which I understand. If the business isn’t going to make it, it is better to pull the plug than just keep letting things linger. Best of luck to them on their next adventure.
So, what did I do?
(there was a detour while Amazon pissed on their customers wanting to run Mail-In-A-Box) (me)
I provisioned the smallest Ubuntu 22.04 LTS machine that Linode has.
Mildly annoyed that it doesn’t really suport LVM; they have a backup service that runs an agent inside their machines, and that agent doesn’t do LVM. Still, I know that I’m going to need to grow disks, so I had to learn how to repartition the Linode so I could do LVM. LVM done.
I made a mail server on the Linode machine at a domain name I have that I don’t really use. I followed the excellent guide from Christoph Haas at workaround.org: ISPmail guide for Debian 11 “Bullseye”
I got RoundCube webmail working for the domain name; complete with SPF and DKIM.
I got Thunderbird to send and receive from the domain name.
Then I added NextCloud to the same box. I wanted CalDav for contacts and calendar, when I eventually hook my iPhone to it.
The NextCloud documentation really needs a lot of work here. If I were retired, I would like to help them with their documentation.
Finally, I have the files.example.tld function of The Helm replaced, although at a different domain name.
Rspamd uses Redis, but so does NextCloud. But one uses the network stack, and the other, Unix sockets. Get them both set same.
Then I added Duplicati backup. This wasn’t great, as it added a ton of overhead in the form of Mono, just for a graphical user interface.
I realize that I’m going to want to host my WordPress here too. I don’t want to have to wrangle four Let’s Encrypt SSL certificates, one for each domain. What about a single wildcard SSL certificate?
Yes, that can be done, but: my domain names registrar doesn’t support it. Linode does, though. I install the Linode DNS agent on my machine, and spin up Linode DNS servers to do the DNS work. I have to configure my domain names registrar to tell the rest of the world that Linode is where my name servers are.
Somewhere in there I installed the Unbounded DNS resolver. Looks like I need this on my home machine, too, for Home Assistant.io
I got to the point where I could request the domain name transfer. Turns out the people at The Helm were going through Ghandi.net. Ghandi.net tooks as long as they legally could, before actually doing the DNS transfer.
Ghandi –> registrar, then registrar to point to Linode. Linode DNS needs reconfiguring for SPF and DKIM. I had gotten some DNS records wrong, too.
Thunderbird to connect to the mail.domain.tld, and though the name hasn’t changed, everything underneath has. Thunderbird is not happy; I lose all my old mail.
Well, I didn’t, but it is in a new folder now, so that I’ve got an old version of my mailbox and a new version of my mailbox, and they are separate. Not ideal. Perhaps I could have done an IMAP to IMAP transfer, if I hadn’t already moved the domain name.
Hey, looky there: one of the volumes filled up (but everything else was unaffected). Time to grow a disk using LVM.
iPhone to connect to CalDAV; phew that was not well documented and had tons of conflicting information.
Not really happy with Duplicati, so I remove it and Mono, and install Restic backup instead.
Okay, so the last thing left to do is to migrate this blog from Amazon to this new Linode machine. The transfer using NS Cloner goes well, as it usually does. But domain names need to be updated via Let’s Encrypt certbot.
Crud. I’m on holiday out of town with family, and have only a Windows laptop with me. Per best practice security protocols, I can only ssh in from home. Logging in via root@ is blocked, and I don’t think I can even do a ssh-copy-id without getting in first and lowering the root login barrier. The certbot to add gerisch.org to the domains list is going to have to wait.
Here I am, at home, and I’m done. Dovecot, Postfix, RoundCube, NextCloud, and WordPress all on one box.
While I was on holiday, I took the .mp3 files on the NextCloud, and made NextCloud Music Player playlists for the different types of files. Then on the 16 hour drive home, my iPhone logged in to the NextCloud web interface and played playlists.
It’s a bit of nirvana to me, to have a large list of songs (randomized of course) playing absolutely advertising-free because I paid for the songs in the first place.
I needed to go to a new doctor yesterday. The day before, they had called and left a message that I would also need to bring along a list of my current pharmaceutical prescriptions. I got the bright idea to log in to the online pharmacy web page and print my current list. This is about 40 minutes before I need to step in to the home office to report to work.
It went poorly.
Still, if this is the worst thing to happen to me this month, I am a fortunate man. I’m a fortunate man who cannot print from Linux, but I’m still a fortunate man.
Certainly part of the problem is my fault; I had upgraded from OpenSUSE 15.2 to 15.3. 15.3 was released two weeks ago; I upgraded about ten days ago. This was not enough bake time. I should have listened to my own advice: do less yeet and more tootle. But yeeted I had, so the story unfolds ….
Okay, so I logged in to the pharmacy web page, and used the browser to print. Got no printer noises, but no error about anything, either.
The print driver I’m using is from OpenPrinting.org and it did previously work. I did print something three weeks ago. But today, nada.
Go into the printer manager in OpenSUSE 15.3 and do a test print. No printer noise, but no error alert either. It asks if the print worked; (no) so says do journalctl to see what went wrong.
I don’t like journalctl. It spits at me about permissions, and I used to just be able to just grep a log file – any log file – and search for terms like “error” or “warn” or “cups”. I just want to print, man.
Okay, dig in and find that there is an error with the driver. Reinstall the driver. The driver will not install.
The driver is dependent on LSB. LSB = Linux Standard Base, which was the idea that the various packagers of Linux would all agree on what should be in a base install of Linux (that supports LSB). Software vendors could count on the base packages being there, or worst case say, “this software needs LSB, please install it”.
I had previously installed LSB (to get the printer to work), but now it’s missing. That must have happened during the 15.2 to 15.3 upgrade.
Okay, no big deal: zypper in lsb
Problem: nothing provides ‘/usr/bin/pidof’ needed by the to be installed lsb-foo
Okay, go to the fallback position: print to PDF, copy the file to a Winders box, and print from there.
I have NextCloud client installed and running on most of my machines. Copy the file to my NextCloud folder. Go to a Windows machine – there are no new files in the NextCloud folder. Machine is acting wonky anyway, so I reboot(yeet!)
Microsoft decided I needed a Weather widget in my taskbar, so they inserted one without asking. I need to lose some time praying to remove the murderous rage I have toward Microsoft for being so uninvitingly forcefully helpful.
NextCloud client has an update, would I like to install? Yes, please. What was that about less yeet and more tootle?
NextCloud client version 3.2.2 is no longer compatible with your older NextCloud server. Have a nice day!
It is now 10 minutes before work. I just want to print, man; my travel time to the doctor did not pad with lead time for print fixing, and as the famous mage once said: “Outlook not so good”.
Okay, what about the web page version of the NextCloud server? Right, dang, I forgot I was going to need my physical 2nd Factor authentication key. Back to the living room to get it.
Logged in on the Windows box. The file is not there.
Dang it! The NextCloud client on my Linux box has the same version problem. Back to the living room, open up the NextCloud files web portal, do the physical physical 2nd Factor authentication thing and copy the file up. Back to the home office, open the PDF in the NextCloud files web portal in Firefox and hit the print button. Finally, noise from the printer in the living room.
Put on a shirt and my shorts, get an energy drink out of the refrigerator, and I’ve got 30 seconds to spare.
“One does not simply press print”
Next week, I’m going to install a firewall router!