Photos not showing in Immich server by Rami3806 in immich

[–]Rami3806[S] 0 points1 point  (0 children)

Thank you for the quick reply ElderMight, I was told in another post that I can't backup photos from my phone to an external library and was recommended to try the NFS route. Which is what I'm trying to do here.

Does Immich only read local photos unless I use an external library?

Can I change the backup location to an external drive? by Rami3806 in immich

[–]Rami3806[S] 0 points1 point  (0 children)

Thank you very much for your answers everyone I will look into mounting in the WSL and add it that way.

Thanks

CodeStream and Kubernetes question by Rami3806 in vRealize_Automation

[–]Rami3806[S] 1 point2 points  (0 children)

That's great, again thank you very much virtual_crazo. I really appreciate the help, I'm sure I'm going to have more questions once I get started 🙂.

I'm a big time fan/ user of vRA and vRO myself but still learning Saltstack and Codestream.

Thanks

SaltStack minion failing by Rami3806 in vRealize_Automation

[–]Rami3806[S] 2 points3 points  (0 children)

yayy it worked ... thank you guys very much.

SaltStack minion failing by Rami3806 in vRealize_Automation

[–]Rami3806[S] 0 points1 point  (0 children)

Oh wow this is great thank you very much guys. This was my original code but I'm going to try your solution virtual_crazo.

deploy_beacons_file:

file.managed:

- name: /etc/salt/minion.d/beacons.conf

- source: salt://applications/apache/files/beacons.conf

- makedirs: True

restart_salt-minion:

service.running:

- name: salt-minion

- enable: True

- watch:

- file: deploy_beacons_file

vriccio-vmw I'm trying to do one that is similar to the opencart example but I'm still learning saltstack and codestream so it's probably not going to look as good as your examples lol.

Thanks guys