

Thanks for explaining that, @pe1uca@lemmy.pe1uca.dev
Thanks for explaining that, @pe1uca@lemmy.pe1uca.dev
Thanks for the help, @pe1uca@lemmy.pe1uca.dev.
I do still have my old server (I’m posting this from it). The new Lemmy server is using a different domain.
Thanks for the assistance, @iso@lemy.lol.
My new server uses a new domain. I do still have the old data (in fact, the old server is still up - that’s where I’m posting this from).
I installed both Lemmy servers via Docker. It would be nice if I could rsync
my account data (including post/comment history) from the old server to the new server, but I’m now wondering if my changing domains would make the old account not work at all in the new server.
I see the import/export settings in my new server (0.19.3) but not in my old server (0.18.3). But it sounds like exported account settings don’t include post/comment history. Thanks, though, @willya@lemmyf.uk.
Thanks for that info, @tobogganablaze@lemmus.org.
I hoy Baikal.myself and sync to it via davx5 on android and via Thunderbird in ubuntu
I’m embarassed but very pleased that your example also taught me about set_conversation_response
! I had been using tts.speak, which meant I had to define a specific media player, which wasn’t always I wanted to do. This is great!
That is HUGE! Thank you, @thegreekgeek@midwest.social! This makes customizing conversations from automations so much more powerful and flexible!
@deergon@lemmy.world, @shasta@lemm.ee, and @lemmyvore@feddit.nl,
THanks for your help. My main issue ended up being that I was trying to use Let’s Encrypt’s staging mode, but since staging certs are self-signed, Traefik was not accepting the requests. Also, though I had to switch Traefik’s logging level to Info instead of error to see that.
Yes, @thegreekgeek@midwest.social, now knowing that I can use sentence syntax in automations, I have built 1 automation to handle my specific needs. But each trigger is a hardcoded value instead of a “variable”. For example, trigger 1 is “sentence = ‘what is the date of my birthday’” and I trigger an action conditionally to speak the value of input_date.event_1
because I know that’s where I stored the date for “my birthday”.
What would be awesome is your 2nd suggestion: passing the name of the input_date helper through to the response with a wildcard. I can’t figure out how to do that. I’ve tried defining and using slots but I just don’t understand the syntax. Which file do I define the slots in, and what is the syntax?
Thanks, @thegreekgeek@midwest.social. I didn’t know you could use special sentence syntax in automations. That’s pretty helpful because an action can be conditional, and I think you can even make them conditional based on which specific trigger fired the automation.
It still seems odd that I’d have to make separate automations for each helper I want to address (or separate automation conditions for each), as opposed to having the spoken command have a “variable” and then use that variable to determine which input help to return the value of. But if that’s possible, maybe it’s just beyond my skill level.
I should add that I’m running Traefik 2.11.2 and wireguard from the Linuxserver image lscr.io/linuxserver/wireguard
version v1.0.20210914-ls22.
I don’t know if your problem is the same as mine was, but the symptom sounds the same.
The docker-compose.yaml file shown in the Forgejo documentation for docker installation shows this mount:
volumes:
- ./forgejo:/data
For me, Forgejo installed and created new resource files in /data
and ignored the resource files gitea alread made.
I changed the volume to:
volumes:
- data:/var/lib/gitea
Forgejo then recognized the gitea resources.
Thanks for that info. I did combine an upgrade (1.20 to 1.21) with the migrations, but I guess I lucked into it working. My problem was that the container’s path to the migrated gitea volume was incorrect.
Can you see the data you copied inside the container?
That led me to my problem! I did have the volume mounted, but the container’s path was incorrect: Forgejo was recreating it’s resource files as a new install because where it was looking for them, they didn’t exist.
Thanks!
Both gitea and forgejo are using sqlite3. Gitea 1.20.0, Forgejo 1.21.
Can you share some of them so I might have an idea what to try to do differently?
Unfortunately that didn’t work for me.
That is what I did. And it didn’t work.
Thanks, @iso@lemy.lol.