timbuck2themoon

joined 1 year ago
[–] timbuck2themoon@sh.itjust.works 4 points 1 week ago (1 children)

Just use a sonatype nexus 3 image and proxy docker hub, etc. Then you pull images through it.

It is BUT you are limited to their test servers for mobile notifications and they honestly suck. It's a coin flip whether you get them. And if you want better you have to set up your own container system like them with firebase and Apple Dev ids.

I like it still but for a Greenfield project I'd probably try matrix 2.0 on synapse with element x as the mobile app.

If you don't need notifications I've actually found just adding it to Firefox as a pwa works well for me. Mobile interface is surprisingly good.

[–] timbuck2themoon@sh.itjust.works -3 points 3 weeks ago (2 children)

Jackass says most war mongering ignoring the actual country invading another.

Typical.

This is why the dark ages line is only half true. Paying for what you consume is normal anywhere else. Bringing that back to the internet would be a good thing IMO.

[–] timbuck2themoon@sh.itjust.works 1 points 1 month ago (1 children)

Ahh, good point. I have only been "testing" matrix for a year and haven't enabled sliding sync so haven't bothered using element x yet.

Well then theyre right- one day it might get done. 😄

[–] timbuck2themoon@sh.itjust.works 3 points 1 month ago (4 children)

Tbf, they actually are. Element X and the sliding sync are ready I think. If the server and client both use it, I think you can use it today. Or maybe the whole matrix 2.0 where that's all integrated isn't pushed into main/master yet. Im any case, I read it was ready maybe a few weeks ago.

[–] timbuck2themoon@sh.itjust.works 1 points 1 month ago* (last edited 1 month ago)

I distinctly remember yum/dnf should be using a loop. Forget why but it's recommended. Here's a snippet from my playbook. Simply make the vars as you need and run.

  - name: Install flathub as remote
    ansible.builtin.shell:
      cmd: flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
    tags:
      - apps

  - name: Install flatpak apps
    community.general.flatpak:
      name: "{{ item }}"
      state: present
    loop: "{{ flatpaks }}"
    tags:
      - apps

  - name: Remove some default unused packages
    ansible.builtin.dnf:
      name: "{{ item }}"
      state: absent
      update_cache: no
    loop: "{{ remove }}"
    ignore_errors: true
    tags:
      - apps

  - name: Install our packages
    ansible.builtin.dnf:
      name: "{{ item }}"
      state: present
      update_cache: yes
    loop: "{{ rpms }}"
    ignore_errors: true
    tags:
      - apps```

On mobile. Apologies if formatting is off.

Exactly. I don't know if the AIO image was used and how that all works (I stay away from that and the snap which is just an abomination) but no one should try to selfhost anything for prod unless they know exactly how it works. That and have a staging env. If you're not up to the task then just pay for some commercial hosting (even if it's just Nextcloud that is hosted elsewhere.)

I've run the nextcloud image (just docker.io/nextcloud IIRC) pinned for years with k8s and it's durable and fine. It stays put and I just take the time to update my testing instance, make sure it all works with some cheap smoke tests, then upgrade prod.

[–] timbuck2themoon@sh.itjust.works 6 points 2 months ago* (last edited 2 months ago) (1 children)

What phone is this? I thought they released one but no jack. I'd be interested if it has one and an unlockable bootloader.

Nevermind. Just saw your post under.

I haven't looked terribly far into it but zrok (SP?) is based on openziti

[–] timbuck2themoon@sh.itjust.works 1 points 2 months ago (1 children)

Pita= pain in the ass

view more: next ›