this post was submitted on 20 Oct 2023
2 points (100.0% liked)

Self-Hosted Main

502 readers
1 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.

For Example

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

founded 1 year ago
MODERATORS
 

Other options I had was OnlyOffice and Trello, but they're all cloud based. Our area suffers from internet instability, so if we were to use cloud based kanban for project management system, the whole business shuts down everytime the internet crashes.

For years we've been using a local network (independent of internet) for our information system (one server computer cable routed to some 10 client computers for the staff), just wanted to up the productivity by using a project management system on top of it.

The next best option I came across was VIKUNJA. The application seemed very promising, plus it's opensource and self-hostable. But the tutorials I see always involve using the internet for self hosting it.

Is it possible to use this app in our local network instead? (The server computer OS is windows 10 pro). How do I go about setting it up? (Pretend I'm a 5 year old)

If this is the wrong sub for this, can anyone help me where's the next best sub?

top 5 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 11 months ago

Not a direct answer to the last question, but you can run OnlyOffice in LAN environment. You can even use a domain.tld add ssl certificate to it and make it accessible only within your LAN. I did this about 6 months ago. Just saying.

[–] [email protected] 1 points 11 months ago

My suggestion: go the cheap way to see if it works. Specially as you mentioned as it is for team work.

Buy a Raspberry Pi or a cheap Mini PC. Install Nextcloud on it. With Nextcloud you can install "Decks" what is their Kanban solution.

Try it out for some days. If it works, you can add further collab tools to the system.

I own a RaspberryPi 400 and it has been running 24/7 for over one year. I dont know how a SBC computer works when multiple ppl work with it, but as this is a super cheap solution, it does not hurt if it doesn't work.

[–] [email protected] 1 points 11 months ago

I've run several Taiga instances on intranets for companies. Great kanban board.

Self hosted option is free

https://taiga.io/pricing-selfhosted

[–] [email protected] 1 points 11 months ago

It looks like my favorite bug and task tool Jira can be selfhosted, if I'm reading it right: https://community.atlassian.com/t5/Jira-articles/How-to-run-Jira-in-a-docker-container/ba-p/752697

[–] [email protected] 1 points 11 months ago

Vikunja can be fully local. You just need a database (I think it only supports postgres). You can use the sqlite database for 1-2 users but I would use a full fledged database for an office setting.

I know they have a docker solution and if I remember correctly, a package solution as well. As others have said, you can get a RasPi or a cheap mini pc (better option in my opinion) and load Linux on it.

Once it is set up, you can use the machines ip to access it or put it in to a reverse proxy if you have one set up.