Good software, but subscription plans are a deal breaker for me.
Selfhosted
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
I'm really curious how you expect someone to make a living if they offer everything for free.
There's This thing called a purchase
I happily pay for software. ONCE. I have no idea if this software will be regularly updated and if there will be new features. How do we know the developer won't abandon the project? And it's a lone developer, apparently. Ever heard of the bus factor? Give me a license that enables me to use the product in its current form indefinitely, and I might consider buying it. But a subscription? No thanks. Who does this guy think he is, frickin Adobe?
I started using it and I love it.
Where have you been all my life? ❤️
Been using Xpipe for probably over a year now. It's amazing and I wholeheartedly recommend it.
Slow as hell, unusable
+1 I bought the pro version but stopped using it because is too slow
When you say slow, what part do you refer to? I am always looking to improve on the performance front
I like the app; it has many useful features. Unfortunately, opening it, the UI, and adding new hosts are slow (as is typical for programs written in Java). This makes it inconvenient when working with many hosts. It could probably be improved by leveraging more background tasks or using a more modern and performant development language.
I think it's mainly bad optimization on my part. I will work on that for the next release as best as I can. So hopefully I can fix your issues somewhat until then
The last few updates in particular seem to have very long launch times
I am a bit confused by the feedback on the performance here. Now the performance wasn't that great previously, but that should have been fixed over time, especially in the latest updates.
Maybe I am missing something when testing. So if you want, feel free to elaborate on where the performance issues occur, I can look into that.
It does seem a bit better now on 15.3, but essentially on 15.x often the first time I start it up in the morning after my PC has been in sleep state all night, it will sit for 10-20 seconds on "Loading connections". Starts after that first one are only a few seconds like normal.
Is there a log file I can poke through to see if anything stand out next time it happens? I only have about 20 connections in total.
Regardless I love the software, it's very useful even for my small set of self hosting stuff I use it for!
You can go to Settings -> Troubleshoot and either take a look at the log files or launch it in debug mode. If you find anything, feel free to post on GitHub or Discord
Thanks, I'll check it next time startup takes awhile, the only thing standing out from my current log (wasn't a low startup this time) is loading images took about 3 seconds.
What system did you try it on? I can look into it
First, I like the idea of xpipe. It could be a quite useful tool. I have almost 500 Host entries in my .ssh/config which I manage with https://github.com/grahame/sedge btw
my work host CPU: 8-core AMD Ryzen 7 4700U with Radeon Graphics (-MCP-) speed/min/max: 1590/1400/2000 MHz Kernel: 6.8.0-54-generic x86_64 Up: 5d 2h 47m Mem: 3.7/14.85 GiB (24.9%) Linux Mint with Regolith desktop
What I mean with "slow": every action in the UI is almost non responsive
Thanks for the info, I see the issue with that many host entries. I will fix that for the next release
So, unfortunately, this latest update seems to have created a lot of issues. First off, MobaXTerm support appears to be borked. Second, attempting to connect directly to LXC containers throws an error because I haven't linked a WSL2 instance for X11, even though X forwarding is not enabled for the connection.
The only possibility I see here is that this is a Windows 10 system with an older SSHD if mobaxterm doesn't work anymore as there were some changes on which SSHD executable XPipe will use for mobaxterm.
About the X11, I am not aware of any changes that could change that behaviour. If no parent connection of the LXC container has that explicitly enabled, it shouldn't use that.
For both issues, feel free to post on GitHub and Discord and I can help troubleshoot this