Ah. Yeah. I think then you’ll want to look into cloudflare tunnels. I believe that should get you through the cgnt and deal with the dynamic IP ll in one go.
Ah. Yeah. I think then you’ll want to look into cloudflare tunnels. I believe that should get you through the cgnt and deal with the dynamic IP ll in one go.
You can deal with the non-static IP by using duckdns.org
You’re welcome!!
I’m no expert so take this with an appropriately sized grain of salt.
You should be able to install KDE on whatever distribution you decide. If you want KDE 6, you may have to add a repo, but it should be as simple as sudo <package manager install incantation> whatever-KDE-is-named-in-the-repo
If you want stability, Debian is the go to, but the tradeoff there is older packages. However if manjaro is working for you, don’t fix what isn’t broken. I don’t know how good Debian is for gaming, but honestly any distribution should be just fine for dev. Considering what steam has done with Arch as the base, it may be worth considering Arch as an option.
To the partitions, I’m not knowledgeable enough to make recommendations as to what you should or shouldn’t touch. My instinct is to not touch /boot/efi
Something can definitely go wrong when playing with partitions, so make that backup of everything as planned and test it before you make any changes to the system.
I feel this
Color me shocked that a meta product is sacrificing trust so the line continues to go up.
I’ve got a raspberry pi 4 (8GB) running Kodi (via osmc) hooked up to our tv. The tv itself is a Roku tv that isn’t allowed to connect to the internet.
I’ve also got a pc that used to be my streaming/video editing rig back when I used to make videos, but I repurposed it as my server, and it runs Jellyfin, along with a host of other apps/services for me and my family.
The pc is older, but as a server it works great. Biggest drawback is power consumption, it’s not nearly as efficient as a mini pc with a n100 or something similar, but for my purposes it works great.
Awesome! Just joined the test flight. Love the app icon.
Okay, please point me to the blog posts that helped you with collabora/onlyoffice. Thanks have NEVER been able to get that to work with my nextcloud (currently using the Docker AIO).
Here’s my .tmux.conf
I’m using ctrl-s as the prefix key, vim keybindings for pane navigating, v and f for new panes, and the Dracula theme.
# enable mouse
set -g mouse on
# enable leader r to relaod config file
unbind r
bind r source-file ~/.tmux.conf
# change leader key combo from ctrl-b (C-b) to C-s
set -g prefix C-s
# toggle through panes with vim keys
bind-key h select-pane -L
bind-key j select-pane -D
bind-key k select-pane -U
bind-key l select-pane -R
# change pane splits from % & - to v & f
unbind f
bind-key v split-pane -h
bind-key f split-pane -v
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
#dracula theme appearance and customizations
set -g @plugin 'dracula/tmux'
set -g @dracula-show-powerline true
set -g @dracula-show-left-icon session
set -g @dracula-plugins "ssh-session time"
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'
Edit: fix stupid autocorrect.
There’s also Plappa for iOS on the App Store. Great alternative to the abs beta app.
Just posted my setup
So, this took way longer than I thought it would, mostly because I needed the time to sit down and actually type this up.
Full credit, I followed the instructions in this video from Wolfgang’s Channel
Prerequisites (this is based on my setup, the api key requirement will vary based on your domain registrar/service):
I’m running NGINX Proxy Manager, using this docker-compose.yml
, which I got straight from the NGINX Proxy manager website.
version: '3.8'
services:
app:
image: 'jc21/nginx-proxy-manager:latest'
restart: unless-stopped
ports:
- '80:80'
- '81:81'
- '443:443'
volumes:
- ./data:/data
- ./letsencrypt:/etc/letsencrypt
I’ve got my domain managed by Cloudflare (yes, I know they’re evil, what company isn’t?), so these instructions will show setup using that, but NGINX Proxy Manager supports a whole bunch of domain services for the HTTP-01 challenge.
With all prerequisites in place, here are the steps:
Once you get a success message, you can start creating proxies with NGINX Proxy Manager for your internal domain. To do that you will need the ip address and port you are forwarding the domain to for your lan service. If you are using Docker containers, you’ll need the Docker ip, which you can get from the command line with:
ip addr show | grep docker0
You should get an ip address like 172.17.0.1
Otherwise you’ll just need the ip address of the machine you’re running the service on.
To set up a proxy redirect:
homepage.abcde.com
, then press enter to confirm the domainOnce the save is complete you should be able to input the new domain for you lan services and get a secure connection.*
*Bear in mind some services require you to specify a valid domain for the service within the config/settings. Double check any services you may be running for this if you plan to use a reverse proxy with them.
Haven’t forgotten. Just haven’t had time. I’ll get a write up ASAP
That’s totally fair. Wordpress can accomplish what you want, but also can be a giant nightmare. I ran a membership based Wordpress site for around a decade (self hosted and maintained), and it was mostly okay, but also many times a giant headache. I fully understand wanting to avoid Wordpress.
I can. I’ll report back with details tomorrow when I have time.
This is exactly how I have mine set up and I really like it.
I’ve got an internal and external domain with a wildcard cert so if it’s a local only service I can easily create a newservice.localurl.com, and if it’s external I can just as easily set up newservice.externalurl.com
I’m not entirely sure what you mean by userbase, but based on your description it sounds like you could set up a Wordpress docker container with some plugins to handle what you want and then use the Wordpress api for the calls. If you’re looking for like a paid membership situation for the site, there are free and pay plugins that can accomplish the payments and subscription integrations.
MTV!