this post was submitted on 26 Sep 2024
25 points (96.3% liked)

Selfhosted

39578 readers
461 users here now

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:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. 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.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

Hello there,

I'm looking for a self-hosted rental system. It's for a smaller institution, which is renting out hardware (for free and non-commercial use), and the current system (EasyJob) is way too bloated.

The service should be publishable to the internet, ideally hostable via Docker or a ProxMox VM, and should have a user-management.

I was thinking about using something like an e-commerce service?

Do you have a good idea regarding this topic?

Best regards

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 2 weeks ago (1 children)

I can see your comment in my profile though. Weird.

So, I've set up a Snipe-IT instance to play around, and test some stuff.

What I'm lacking or failed to set up properly, is something like a calendar, where assigned assets and their expected return dates are shown.

[–] [email protected] 1 points 2 weeks ago (1 children)

There is nothing native (though a few options have been played with, AFAIK never completed because...), but there are a ton of integrations. You can use webhooks to teams, there are python wrappers for the API, even a google docs integration.

Probably the lowest code option would be to find someone else's tool for snipe-it (sorry I've never looked), or do something like snipe it to google sheets to be imported as a CSV or something.

Or take a peek at some others in the same territory, or maybe ticketing systems with simple asset management.

But i think something like snipe-it, if not exactly, is going to be the right territory of what you're looking for

[–] [email protected] 2 points 1 week ago

Thank you for your thoughts, I will continue to tinker around with snipe-it.