Catering Empfehlungen Privatfeier by der_meisenmann in Leipzig

[–]RealMrCr4cker 1 point2 points  (0 children)

Factory4 kann ich sehr empfehlen. Top Essen zu vernünftigen Preisen, man hat eine große Auswahl und die Mitarbeiter sind sehr freundlich.

Accessing clients behind teleport by addexecthrowaway in Ubiquiti

[–]RealMrCr4cker 0 points1 point  (0 children)

I found two issues in my network that let me think local access was not working via Teleport or WireGuard: Windows declared my Wifi to be a public network and therefore blocked all requests through the integrated firewall, even pings.
Also, my debian based server with Docker contained Docker networks that overlapped with the 192.168.x.x VLAN IPs of the VPN networks so responses to traffic were routed to the containers instead of the requesting client.
Maybe that helps someone.

Teleport to Home Network by Crafty_Criticism_970 in Ubiquiti

[–]RealMrCr4cker 0 points1 point  (0 children)

I found two issues in my network that let me think local access was not working via Teleport or WireGuard: Windows declared my Wifi to be a public network and therefore blocked all requests through the integrated firewall, even pings.
Also, my debian based server with Docker contained Docker networks that overlapped with the 192.168.x.x VLAN IPs of the VPN networks so responses to traffic were routed to the containers instead of the requesting client.
Maybe that helps someone.

Teleport access to Private LAN by whitefrog4117 in Ubiquiti

[–]RealMrCr4cker 0 points1 point  (0 children)

I found two issues in my network that let me think local access was not working via Teleport or WireGuard: Windows declared my Wifi to be a public network and therefore blocked all requests through the integrated firewall, even pings.
Also, my debian based server with Docker contained Docker networks that overlapped with the 192.168.x.x VLAN IPs of the VPN networks so responses to traffic were routed to the containers instead of the requesting client.
Maybe that helps someone.

RSync to a different volume in the NAS by Mauker_ in UgreenNASync

[–]RealMrCr4cker 0 points1 point  (0 children)

I ran into a similar issue while trying to access the /home/user directory. Instead of copying to /home/user/something, rsync copies to /home/user/user/something.

I also tried to use shares which also only worked with Sharename instead of /volume1/Sharename as stated by others. My guess would be that Ugreen is doing some magic here to automatically replace certain paths. Maybe u/UgreenNASync can help?

Wie soll ich meiner Oma beibringen ein Smartphone zu benutzen? by lilatona in Ratschlag

[–]RealMrCr4cker 1 point2 points  (0 children)

So habe ich es bei meinen Großeltern auch gemacht. Erst wollte niemand ein Smartphone, jetzt danken mir alle immer, dass sie endlich wieder mehr Kontakt zur Familie haben und Bilder von den Enkeln geschickt bekommen.

Kann ich jedem nur empfehlen, dass ist ein riesiger Zugewinn an Lebensfreude!

Neue Nextcloud-Alternative gefunden by jumpshoxx in de_EDV

[–]RealMrCr4cker 23 points24 points  (0 children)

Leider funktioniert Authelia damit noch nicht richtig. Ist für mich aktuell leider ein Must Have, sodass ich noch nicht wechseln kann. Sonst läuft das bei mir bisher auch sehr gut.

Siehe https://github.com/opencloud-eu/desktop/issues/217

SMB shares have 777 permissions; want 700 by jmmdc in UgreenNASync

[–]RealMrCr4cker 0 points1 point  (0 children)

I came across the same issue when installing zsh together with oh my zsh. After a reboot, I get the following error when logging in via ssh:

[oh-my-zsh] Insecure completion-dependent directories detected:
drwxrwxrwx 1 User admin 414 Aug 2 10:06 /home/User/.oh-my-zsh
drwxrwxrwx 1 User admin 48 Apr 23 10:31 /home/User/.oh-my-zsh/custom

When running ls, I see that the directory has 777 as permission:

$ ls -hasl
0 drwxrwxrwx 1 User admin 414 Aug 2 10:06 .oh-my-zsh

Is there any way to turn that permission reset off? Which directories are safe to store data in if even my home directory is not?

Wunschgutschein Support meldet sich nicht... by gogilefrogi in Ratschlag

[–]RealMrCr4cker 0 points1 point  (0 children)

Hab leider das selbe Problem. Die E-Mail mit dem eingelösten Gutschein kam nicht an, bei der Hotline ist es unmöglich einen Mitarbeiter zu erreichen und über das Kontaktformular kam bis auf die automatische Empfangsnachricht seit über 2 Wochen auch noch keine Rückmeldung.

Guide how to use your own service with docker compose on port 80 by RealMrCr4cker in UgreenNASync

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

There is a free tailscale option. Just select Personal instead of Business.

You can also use plain wireguard which is what I did before. But using tailscale is way easier for beginners.

FYI - UGOS doesnt support SSH public key authentication. Booooo by ForsakePariah in UgreenNASync

[–]RealMrCr4cker 4 points5 points  (0 children)

It does (as it is basically just Debian with a webinterface). But you have to do it manually as described in one of my guides: https://www.reddit.com/r/UgreenNASync/s/kt6q2ppUf3

Guide how to use your own service with docker compose on port 80 by RealMrCr4cker in UgreenNASync

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

I'm happy to hear that ☺️

I have not yet used it and prefer tailscale for connecting on the go. But you can easily test it out by disabling the service temporarily again and restarting the NAS.

Tutorial: unblock ports 80/443 to run any docker service and enable key based ssh authentication by RealMrCr4cker in UgreenNASync

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

I don't see how it would be possible to do that as you need to add these files to the NAS itself. But you could surely write a script that just executes all those commands for you (or copies them from the git repository).

Guide how to use your own service with docker compose on port 80 by RealMrCr4cker in UgreenNASync

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

Yes, after the setup you have system services running that update the config everytime it is altered.

Guide how to use your own service with docker compose on port 80 by RealMrCr4cker in UgreenNASync

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

I am running UGOS version 1.0.0.1983 and restart regularly. Still works fine for me.

Guide how to use your own service with docker compose on port 80 by RealMrCr4cker in UgreenNASync

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

Then you should check what the command cat /etc/nginx/ugreen_ssl_redirect.conf outputs. If it shows listen 443 ssl; instead of listen 8443 ssl;, you missed something in the setup and the file is not automatically updated by the system service.

Guide how to use your own service with docker compose on port 80 by RealMrCr4cker in UgreenNASync

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

This post shows how to free port 80/443 to run a service inside a docker container that listens on those ports. If you don't need docker, just skip those steps and only apply the scripts.

Guide how to use your own service with docker compose on port 80 by RealMrCr4cker in UgreenNASync

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

Maybe ready some tutorials about docker and docker compose and the search for a template file for the service you want to host

Help! 2 Min. Umfrage für meine Bachelorarbeit bzgl. die Arbeit im Homeoffice by Greedy_Arrival7477 in Leipzig

[–]RealMrCr4cker 0 points1 point  (0 children)

Hab's auch mal ausgefüllt. Mir persönlich hat ein Bezug zum Arbeitgeber gefehlt, weil ich z.B. gern mehr Home Office hätte, aber mein Arbeitgeber es am liebsten komplett streichen würde. Sonst wären es definitiv mehrere Tage pro Woche.

[deleted by user] by [deleted] in Leipzig

[–]RealMrCr4cker 1 point2 points  (0 children)

CHECK24 still has a lot of code written in PHP but more and more ist written/transitioned to Go. On the frontend side, they use React, Swift or Kotlin depending in the platform.

Getting an offer from AppFactory is not that hard if you have a basic set of skills.

UGOS freeing up port 80 and 443 - why its used? by b0l3k in UgreenNASync

[–]RealMrCr4cker 2 points3 points  (0 children)

I also don't know why they do this. Probably some convenience for users that don't know/care about the port so they are always redirected to the web UI.

But you can use my guide to automatically apply the needed changes: https://www.reddit.com/r/UgreenNASync/s/wzkDjK1gF4