Comments

This profile is from a federated server and may be incomplete. Browse more on the original instance.

MangoPenguin, (edited ) to selfhosted in Question: Best UI to manage VMs and containers?
@MangoPenguin@lemmy.blahaj.zone avatar

Yes but Proxmox doesn’t manage docker, OP wants a webUI to see all their docker containers.

I agree running Proxmox as a base OS is the way to go, but you’ll still need Dockge, Portainer, etc to have a webUI for docker stuff.

MangoPenguin, to selfhosted in Question: Best UI to manage VMs and containers?
@MangoPenguin@lemmy.blahaj.zone avatar

Dockge or Portainer are both good options.

For VMs you’ll need to find something else, you could use Cockpit for that.

MangoPenguin, to selfhosted in Question: Best UI to manage VMs and containers?
@MangoPenguin@lemmy.blahaj.zone avatar

Proxmox doesn’t manage docker, it wouldn’t do anything for OP.

MangoPenguin, (edited ) to linux in Jelly's blog — GNOME battery charge control
@MangoPenguin@lemmy.blahaj.zone avatar

Stopping charge at 80% (and still going down near 0%) should give you roughly 4x the cycle life. So in theory doing that it would take about 8 years to hit the same 85% usable level.

85% left after 2.5 years is a high rate of wear, due to phones really pushing as much as they can into the battery to have longer run times.

MangoPenguin, to selfhosted in Hosting private UHD video
@MangoPenguin@lemmy.blahaj.zone avatar

Doing it on a VPS you’re not going to be able to do real-time transcoding, so you’ll have to pre-transcode a bunch of different bitrates.

Peertube will do that for you, and also handle giving a nice interface for people to watch the videos on with multiple quality levels to pick from.

I don’t know of any services that automatically pick the quality based on your connection quality though, even youtube doesn’t do that.

MangoPenguin, to selfhosted in Hosting private UHD video
@MangoPenguin@lemmy.blahaj.zone avatar

Or if you have a 7th gen or newer Intel CPU with integrated graphics, those work great too. Support for 10 bit does require a later model CPU though.

MangoPenguin, to selfhosted in Alternative to certbot for acquiring ssl certificates to use with nginx.
@MangoPenguin@lemmy.blahaj.zone avatar

acme.sh seems to say it supports Vultr: github.com/acmesh-official/acme.sh/wiki/dnsapi2#d…

MangoPenguin, to selfhosted in So SBCs are shit now? Anything I can do with my collection of Pis and old routers?
@MangoPenguin@lemmy.blahaj.zone avatar

Now it’s all gone x86 and Proxmox with everyone shitting on Arm. What happened? What gives?

It’s because the price point is really high now. There’s nothing wrong with the hardware you have.

MangoPenguin, to privacyguides in Recommendation for webcam that doesn't push its software?
@MangoPenguin@lemmy.blahaj.zone avatar

I think most of the basic Logitech webcams should just work without any other software.

Not surprised about Razer, their stuff is awful.

MangoPenguin, (edited ) to selfhosted in File server with on-demand sync, preserve the filesystem, and runs without external DB?
@MangoPenguin@lemmy.blahaj.zone avatar

Owncloud supports selective sync, and seems a lot better for performance compared to Nextcloud.

Alternatively you could roll your own with rclone which is essentially an open source alternative to mountain duck. Then you can just use a simple connection via SFTP, FTP, WebDAV, etc…

MangoPenguin, to selfhosted in Proxmox Ubuntu VM has "graphical" console
@MangoPenguin@lemmy.blahaj.zone avatar

That sounds normal, server linux has no GUI/Desktop, only a console.

To get a full CLI that you can select/copy/paste in you just need to SSH in, instead of using the Proxmox console.

The proxmox console is meant for rare usage like installing the OS and recovering from failures, it’s not meant to be used as a daily way to interact with the VMs.

MangoPenguin, (edited ) to selfhosted in LinguaCafe - Confused why the provided docker-compose doesn't work.
@MangoPenguin@lemmy.blahaj.zone avatar

Did you change the mysql container database name, username and password to something other than the default linguacafe ?

That would break it, as it’s using those specific credentials to login to the database. Which would cause Access denied for user ‘linguacafe’@‘ip adress censored’ (using password: YES) (SQL: select count(*) as aggregate from users)

Try with the default, you’ll need to wipe the mysql data under /home/user/Documents/Docker/LinguaCafe/database/ after stopping the container first.


<span style="color:#323232;">    environment:
</span><span style="color:#323232;">        MYSQL_DATABASE: linguacafe
</span><span style="color:#323232;">        MYSQL_USER: linguacafe
</span><span style="color:#323232;">        MYSQL_PASSWORD: linguacafe
</span><span style="color:#323232;">        MYSQL_ROOT_PASSWORD: linguacafe
</span><span style="color:#323232;">        SERVICE_NAME: linguacafe
</span>
MangoPenguin, to privacyguides in Proton Mail says that the new Outlook app for Windows is Microsoft's new data collection service
@MangoPenguin@lemmy.blahaj.zone avatar

Just to do it, IMAP already covers using multiple devices on an email account.

MangoPenguin, to privacyguides in Proton Mail says that the new Outlook app for Windows is Microsoft's new data collection service
@MangoPenguin@lemmy.blahaj.zone avatar

It also sends your IMAP credentials to their servers and receives the mail there, it’s not done locally like the older versions.

MangoPenguin, (edited ) to selfhosted in Backing-up Single Board Computer
@MangoPenguin@lemmy.blahaj.zone avatar

Restic and Proxmox Backup Client for me.

Proxmox backup client goes to my local proxmox backup server, Restic goes to remote S3 storage on Backblaze.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #