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.
-
Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.
-
Don't duplicate the full text of your blog or git here. Just post the link for folks to click.
-
Submission headline should match the article title.
-
No trolling.
-
Promotion posts require your active participation in selfhosting or related communities, or the post will be removed. No more than 10% of your posts or comments may be self-promotional, or your post will be removed. F/LOSS Exception: If your post is about a project that is completely open source & can be self-hosted in full without payment, and your account is at least 30 days old, your post is exempt from this rule as long as you continue to engage in comments.
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!
view the rest of the comments
Working in Remote Desktop for an extended amount of time is no fun. It’s possible, but you need the right version of windows and office to do that.
I wouldn’t want to rely on complex solutions like that for an essential for work. Now you have to administrate your local computer and the remote server. You also rely on a bunch of things going right to be able to use it from on the go: Internet connection on the go that doesn’t filter Remote Desktop, Home Internet connection, proxmox configuration and updates being okay. If you want to add a VPN on top, you get more possible failure points
So run a windows VM directly on your Linux machine. No need to make it more complicated. At least then you don’t depend on a working internet connection.
Alternatively try to run MS Word using WINE on Linux. This might work or break randomly.
If you don’t want to buy a license for office or windows use these scripts.
You really seem to need MS Office. It’s not necessary to make your life harder by building complex solutions. Run windows if it makes your life easier.
Other alternative: buy an Apple device and run MS Office for Mac. That’s the only reliable way to use it without windows.
Adding on to this, if you will run your VM locally, try WinBoat.
It handles installing Windows for you, integrates the filesystem and uses RDP to show the app windows, so you can use them side-by-side your Linux apps instead of having to always look at the full Windows Desktop.
That looks very intriguing and useful. Thank you.