ch
Feedback
r/SelfHosted

r/SelfHosted

前往频道在 Telegram

@r_channels

显示更多
未指定国家未指定类别
169
订阅者
+124 小时
+77
+3530

数据加载中...

标签云
无数据
有任何问题?请刷新页面或联系我们的客服
进出提及
---
---
---
---
---
---
吸引订阅者
十二月 '24
十二月 '24
+10
在0个频道中
十一月 '24
+23
在0个频道中
Get PRO
十月 '24
+31
在1个频道中
Get PRO
九月 '24
+32
在0个频道中
Get PRO
八月 '24
+38
在0个频道中
Get PRO
七月 '24
+42
在0个频道中
Get PRO
六月 '24
+45
在0个频道中
Get PRO
五月 '24
+58
在0个频道中
Get PRO
四月 '24
+61
在0个频道中
Get PRO
三月 '24
+50
在0个频道中
Get PRO
二月 '24
+58
在0个频道中
Get PRO
一月 '24
+95
在1个频道中
Get PRO
十二月 '23
+241
在6个频道中
Get PRO
十一月 '230
在4个频道中
Get PRO
十月 '230
在3个频道中
Get PRO
九月 '230
在0个频道中
Get PRO
八月 '230
在0个频道中
Get PRO
七月 '230
在0个频道中
Get PRO
六月 '230
在0个频道中
Get PRO
五月 '230
在0个频道中
Get PRO
四月 '230
在0个频道中
Get PRO
三月 '230
在0个频道中
Get PRO
二月 '230
在0个频道中
Get PRO
一月 '230
在0个频道中
Get PRO
十二月 '220
在0个频道中
Get PRO
十一月 '220
在0个频道中
Get PRO
十月 '220
在0个频道中
Get PRO
九月 '220
在0个频道中
Get PRO
八月 '220
在0个频道中
Get PRO
七月 '220
在0个频道中
Get PRO
六月 '220
在0个频道中
Get PRO
五月 '220
在0个频道中
Get PRO
四月 '220
在0个频道中
Get PRO
三月 '220
在0个频道中
Get PRO
二月 '220
在0个频道中
Get PRO
一月 '220
在0个频道中
Get PRO
十二月 '210
在0个频道中
Get PRO
十一月 '210
在0个频道中
Get PRO
十月 '210
在0个频道中
Get PRO
九月 '210
在0个频道中
Get PRO
八月 '210
在0个频道中
Get PRO
七月 '210
在0个频道中
Get PRO
六月 '210
在0个频道中
Get PRO
五月 '21
+173
在0个频道中
日期
订阅者增长
提及
频道
09 十二月0
08 十二月+2
07 十二月0
06 十二月+1
05 十二月0
04 十二月+2
03 十二月+2
02 十二月0
01 十二月+3
频道帖子
Selfhosted/nested web browser ideas I know I can pull this off with tunneling (proxies or vpns). I know i can install a desktop in a vps and have apache guac. And I know i can have x11 forwarding over ssh.... But I was curious if there was a "selfhosted web browser"? Something I can login to from anywhere and browse the web as if it was at home, or on a vps endpoint? Just like codeserver is for VS Code. https://redd.it/nkwpo7 @r_SelfHosted

2
CMS vs Wiki for Tabletop RPG World Info? I'm looking for something sort of like World Anvil, but self-hosted. Mainly, I want players to be able to log in and see world/character information, and restrict the viewing of pages or sections of pages by certain characters, and for me to be able to toggle sections as viewable once characters have learned something previously hidden. I plan on using LemonLDAP for user authentication and to display wikis/cms' available to the player. I'm most familiar with Mediawiki, but the manual strongly recommends either another wiki package, or a CMS. I'm not concerned with security because the instances will be in containers or VM's of some sort, and I have no concern about any of my players possessing the desire or ability to hack a wiki or CMS just to find out secret game info. But I am concerned with ease of use, since I want it to be as simple and as easy as possible for me to add new content and modify viewing permissions as players learn things. Has anyone else tried setting something like this up? What would you recommend for this sort of use-case? Thank you for your time! https://redd.it/nkuq54 @r_SelfHosted
7
3
Looking for a selfhosted filesharing app that generates temporary download links, for files that are already on my server Hey, does anyone know a selfhosted app, that can generate wetransfer-like links, but instead of having to upload a file, I can choose from files that are already on my fs? For example, I want to share a movie with a friend. I have it on my server, and I just want to share this file, without moving or reuploading it. Ideally this tools comes with backend/frontend on different ports and integrates nice with caddy, traefik or any other reverse proxy solution. Thanks upfront! https://redd.it/nktqb3 @r_SelfHosted
10
4
Wg Easy + Wirehole I've been snooping around this subreddit for a long time now and U found out about Wirehole and WireGuard Easy. Both are fantastic and I've love to be able to host them on the same stack in 1 docker-compose file. If anyone knows how to merge both together to have both a WireGuard with the web gui and be able to use pihole with unbound then let me know, this would be great but I'm just not sure if it's even possible. https://redd.it/nkt7mu @r_SelfHosted
14
5
Docker compose networks and volumes Do you add the networks option in your docker-compose yaml file? Especially for the containers that are exposed to the Internet such as NGINX, Nextcloud, etc? I am a bit confused about this networks option since it has too many options under it like drivers. Also, where does the volume go if it has its worn stanza in the yml file? See the example below. volumes: app: db: https://redd.it/nkpx1a @r_SelfHosted
14
6
Nginx reverse proxy manager and many docker-compose stacks: Best practices? I have about 15 docker-compose stacks running and I am now trying to secure them with ssl via nginx as a reverse proxy. I have set up nginx using linuxservers [SWAG](https://docs.linuxserver.io/general/swag) container and it is working well. I was able to revser proxy a handful of services but now I am wondering whether this is the way to go for all the stack. At the moment I am putting all stacks in one network and I am wondering whether that doesn't defeat the purpose of containerization? If everything is in one net, the container with the weakest security determines the strength of all the stack. The other option is that I don't put everything into the same network but proxy_pass to the open port of the application of the host. The drawback here is that the http host needs to be exposed to my home network (I could limit connections in each application to host the services are running on, so that should migitate that). So what is the recommended way of doing this? Is there a third option? Thanks for your input! https://redd.it/nkpx9c @r_SelfHosted
14
7
How is the Matrix Discord bridge used to facilitate private DMs and chats? I have the mx-puppet-discord working for Discord servers/guilds, but I can't figure out from the documentation if it's possible to puppet/bridge DMs and private chats in Matrix without using the method that breaks Discord's TOS (I don't want my account to get banned). https://redd.it/nkmfxj @r_SelfHosted
15
8
If you ever struggled setting up Wireguard with peers behind NAT and without a public ip https://github.com/wiretrustee/wiretrustee https://redd.it/nknzdz @r_SelfHosted
15
9
Photoview doesn't show any image I'm trying to setup home media server and take liking on Photoview. The setup process quite understandable for a newbie on docker/docker-compose. The setup process went good and I can launch the photo gallery. However, the picture won't show up in the gallery. Following is the volume setting I've use: >volumes: > >- api_cache:/app/cache > >- ./media/common/homeServer/My Pictures/Phone/Camera :/photos:ro The setting for the photopath in the Photoview is /photos. Am I doing this right? https://redd.it/nkn07b @r_SelfHosted
15
10
Photonix Photo Organizer — April 2021 Round-Up Hi all, I've been posting development updates here for the past couple of months and they seem to have gone down well. Some long-running features finally got closed off in April which we're delighted about. Here's the full blog post and here's a quick summary: Docker images for ARM/Raspberry Pi Mobile apps approved by Google Play and Apple App Store Paginated thumbnail loading Swipe gestures left and right between photos Allow users to select the preferred Photo version Paginated thumbnail loading Handle moving/renaming files Star ratings and subject tags imported from metadata Allow types of analysis to be switched on or off Throttling on search typing Thanks to everyone involved in making this happen. Feel free to drop a comment with your feedback or suggestions. https://redd.it/nklt33 @r_SelfHosted
17
11
Kubernetes and Raspberry Pis Hello. Having a bit of a hard time understanding something about self hosting a kubernetes cluster on a bunch of Raspberry Pis. My question is: If I set a service to run on at least one pi at all times how does my network know which pi to send requests to? If I rip the power out of the pi running said service and kubernetes fails it over to another pi, wouldn't I have to update the things connecting to that service to another IP, since it's now running on a new pi? I keep reading about Ingress and load balancing, but I fail to understand how this is implemented. Having a load balancer on a single pi still has a single point of failure, so I'm left still having downstream services point to different pis if all pis also have a load balancer. One thing I can think of is that there is some router/NAT sitting in between my LAN and the kubernetes network that kubernetes automatically updates the port forwarding when a fail over happens. Am I missing something? Edit: To make it clear, when I say 'downstream service' I mean to say, something running outside of the cluster, like a browser, that connects to a webapp running inside the cluster. https://redd.it/nkl1j8 @r_SelfHosted
16
12
Question Zero-Trust Mailcow Server I'm trying to find out if there's a way to host Mailcow for my family and set it up with zero-trust in mind, but I can't find any solutions. The only solution I can think of is to use PGP/GPG or S/MIME to encrypt all unencrypted incoming mail so it's encrypted at rest and can only be unencrypted client-side. This seems doable since those are supported by things like Thunderbird and Canary Mail. I've also thought of a more involved process by using Tutanota. I don't think their server code is open source yet (based on a response I saw from them to a user post). The idea would be to do custom app builds of Tutanota and have them point to the family server. ​ Or if someone knows a simpler solution that someone's already implemented, I'd love to hear it. https://redd.it/nk4a7v @r_SelfHosted
16
13
CMS with decent permission model So, currently i'm using ghost as a CMS which works great though it has a few limitations that I wish they would address. No SSO is a bit annoying these days, but not that critical. The part that really bothers me is I'm trying to built out a website with various sections. I'm using tags to separate various areas of the website. I'd like to have the ability to have an "Author" for tag "foo". That same user is only authorized for "foo" and can't publish anything to any other tag. It doesn't have to be a ghost solution, but I'm curious if there's any CMS, or Headless CMS + next.js or pick your poison for frontend that supports a decent permissioning model that goes beyond N tiers of: Admin, Author, Contributor. (Or similar). ​ I was looking at Strapi but at least the developer pattern felt a bit buggy. Any suggestions? I do need something that has a CMS of somekind. Hugo or such doesn't work since it's a SSG. https://redd.it/nkix9f @r_SelfHosted
15
14
Using Ansible URi and Hashicorp Vault AppRoles I've previously written up how to deploy Hashicorp Vault locally using Ansible and how to create a secret vault and populate it also using an Ansible playbook. In this post I'll show how to use Ansible URi to create an AppRole and Profile with read-only access to pull out the secrets (far more secure than using the root token) https://tech.davidfield.co.uk/from-zero-to-code-hashicorp-vault-using-approle-to-pull-secrets/ https://redd.it/nk51k9 @r_SelfHosted
18
15
Self-hosted alternative to Mockaroo Hello, Is there any self-hosted alternative to mockaroo ( https://mockaroo.com/ )? I need more than it offers on the free tier. I can also accept anything that offers a free tier for students. Thank you https://redd.it/nk0auj @r_SelfHosted
19
16
Anyone willing to create a self hosted home utility/bill tracker? https://redd.it/nk74fn @r_SelfHosted
20
17
Backing up Photos from my iPhone Hi, I have an iPhone, but my laptop runs Linux, so I can’t do anything to back up my iPhone, and my photos. I need basically a NAS running on my laptop, and an application I could use on my iPhone to connect to the NAS software on my laptop. Does Anyone know any FOSS NAS software, and another FOSS application to use in my iPhone? I am more of a beginner of NAS and self-hosted software. Anything will help! https://redd.it/nker26 @r_SelfHosted
17
18
I want to setup my own cloud at home and need your help Hi. First of all, I love what you guys are doing and I want to also host services at home. I'm new to self hosted services and have a few questions which you are most qualified to answer. I want to setup a server at home that is ARM based and can run a bunch of services. Services like e-mail, messaging (text, voice, video), photo storage, file storage, calendar, notes, office web apps, etc. Preferable I would install a Linux distribution. It should be possible to store files for not just me but also maybe 4 or 5 other people with their own account and dedicated storage space not accessible by others. I don't want to install a cooling system. I hope this is possible. And last but not least I would love to be able to sync files and photos on Android and iOS devices but also e-mail, calendar and messaging should be available on these devices. It would be nice if everything would be encrypted too. * What kind of server would you recommend? Hardware wise. Like a case with a raspberry-pi for example? * What OS would you suggest? * I have read about NextCloud and it offers some nice features, what do you think about NextCloud? Are there better alternatives to NextCloud? I'm also happy about suggestions that don't include all services in one. * What other software services would you recommend? * Is it possible to hide the server/my IP in the Tor network? Just to have an invisible e-mail server for example. I had a VPN for a short time but I got the suspicion that not everything is true what they claimed so I'm kinda trying to find something else than a VPN. Thanks in advance https://redd.it/nk2if5 @r_SelfHosted
16
19
NGINX Reverse Proxy Not Mapping to Container & SSL Not Working Hey everyone, I looking for assistance in resolving an issue I'm running into with my NGINX reverse proxy set up for a side project. I have a basic web app container and a reverse proxy container in which I built the Dockerfiles for each and have one docker-compose file to automate the deployment of them. The web app container is based on an ubuntu image with NGINX installed with the following port mappings 8090:80 and 8093:443. The revere proxy container is also based on NGINX exposes port 80 and 443. I have SSL certificates in a folder that's passed into the container but I can't seem to get to work in the browser. Also, In my default.conf file, I have the server block set up to listen on 80 and 443 and a proxy pass to http://127.0.0.1:8090. However, when I navigate to my localhost on port 80, I get a 404 error. I think my error may be stemming from my default.conf file but I've redid the file and still no luck. Here's my set up on Github for reference Any help would be much appreciated. Thanks! https://redd.it/nkcgh0 @r_SelfHosted
14
20
Looking for a selfhosted Status Page Hey Guys, i am currently looking for a self hosted Statuspage. I dont have any special requirements but a modern Design and easy 2 use Webinterface would be lit. Do you guys know any? Greetings https://redd.it/nk815h @r_SelfHosted
14