No, only the local FS. But they have recommendations in their README for integrating with S3 with the help of other tools.
Professional C# .NET developer, React and TypeScript hobbyist, proud Linux user, Godot enthusiast!
- 0 Posts
- 6 Comments
You are invited to join the CopyParty! This has a web UI accessible from the browser, also from mobile, files are stored directly on the filesystem (not encrypted or on a database) and you can mount it as a network drive on Windows and Linux. But it doesn’t let you sync files for offline use, at least not without the help of some auxiliary tools.
You won’t find anything simpler to install and configure than this.
bruce965@lemmy.mlto
Selfhosted@lemmy.world•Can’t get SSHing shim to work with forgejo for the life of meEnglish
51·6 months agoHere’s my config for reference, which works for me:
name: forgejo services: forgejo: image: codeberg.org/forgejo/forgejo:12 environment: - USER_UID=1000 - USER_GID=1000 restart: always volumes: - ./data:/data - /etc/timezone:/etc/timezone:ro - /etc/localtime:/etc/localtime:ro ports: #- 80:3000 - 2222:22 networks: - nginx networks: nginx: name: nginx external: trueIf you can share your error message we might be able to better pinpoint the issue.
EDIT: I searched a bit and now I understand better what you are trying to do. I didn’t know about this “SSH shim” idea. This is not what I have done on my setup, sorry.
bruce965@lemmy.mlto
Selfhosted@lemmy.world•How to use a domain I own to self-host services?English
1·8 months agoThey provide decent defaults for all the not-so-straightforward configurations, and they provide a web UI to configure the rest. That’s the sole reason I would recommend it to get one’s feet wet without having to work too much.
If one is committed to do things “the right way” they could switch to Nginx and “proper” self-hosting later.
bruce965@lemmy.mlto
Selfhosted@lemmy.world•How to use a domain I own to self-host services?English
0·8 months agoI would say this would be the proper way to do it (at least as a sysadmin), but since it’s OP’s first time I would simplify it to:
- Install CloudFlare ZeroTrust daemon on your local server;
- Set up reverse proxy such as Nginx (optional, the alternative is to use a different subdomain for each service, which might be easier);
- Point the FQDN to CloudFlare.
Let CloudFlare handle the certificates, DDoS protection, etc… Link if you’d like to give this setup a try.
I have a feeling that this human step might be at the end of a chain of automated filters.