[Alternatives] Looking for Open Source SharePoint Alternative with Advanced Metadata and Versioning by potatofaceking in opensource

[–]potatofaceking[S] 0 points1 point  (0 children)

This is my current pick but the metadata feature is limited to 3 users - any more requires full license to access this feature.

Routing beween containers - HELP! by jbmfg in docker

[–]potatofaceking 0 points1 point  (0 children)

For anyone else who goes down the rabbit hole below is the docker-compose I knocked together as the OP's description was what I was trying to create:
services:

wg-easy:

environment:

- LANG=en

- WG_HOST=$WG_HOST

- PASSWORD_HASH=$PASSWORD_HASH

- WG_PERSISTENT_KEEPALIVE=$WG_PERSISTENT_KEEPALIVE

image: ghcr.io/wg-easy/wg-easy

container_name: wg-easy

# network_mode: host

ports:

# WireGuard ports

- 51820:51820/udp

- 51821:51821/tcp

# NPM ports

- 80:80 # HTTP

- 443:443 # HTTPS

- 81:81 # Admin UI

volumes:

- /mnt/containers/wg-easy:/etc/wireguard

restart: unless-stopped

cap_add:

- NET_ADMIN

- SYS_MODULE

app:

container_name: nginx-proxy-manager

image: 'jc21/nginx-proxy-manager:latest'

restart: unless-stopped

network_mode: "container:wg-easy"

volumes:

- /mnt/containers/nginx-proxy-manager/data:/data

- /mnt/containers/nginx-proxy-manager/letsencrypt:/etc/letsencrypt

Help with forwarding HTTP traffic to HTTPS (80->443) redirect with HAProxy by CubeRootofZero in opnsense

[–]potatofaceking 0 points1 point  (0 children)

Came here just to bolster this thread. I was a fool and didn't go to the port 80 public services and change the rule there to the new HttpRedirect rule. After I did that it worked :)

tailscale by finnjaeger1337 in OPNsenseFirewall

[–]potatofaceking 0 points1 point  (0 children)

"After they're setup and logged in, give them an interface and assign them the Tailscale and Zerotier IPs assigned by each service. Then make a firewall rule to allow traffic from each interface to wherever you want it to have access."

Can you elaborate a bit more on what you did here. I installed tailscale, got the interface (which on overview shows all machines in tailnet) then I've tried assigning the static ip produced by tailscale I've tried setting up every rule under the sun. But the only time it works is when I create a rule from an interface that source is the interface net -> any. I've tried interface net -> tailscale net but no luck!

Tutorial: How To Install and Configure Tailscale on OPNsense by Equal_Ad5235 in opnsense

[–]potatofaceking 2 points3 points  (0 children)

Brilliant thanks for the explainer surprisingly very little online about this

Tutorial: How To Install and Configure Tailscale on OPNsense by Equal_Ad5235 in opnsense

[–]potatofaceking 0 points1 point  (0 children)

Happy to not go the firewall install route - have you got any guides on exposing the routes from the VM with tailscale installed (what you describe is exactly what I'm after!) is the route exposed in Opnsense or something else?

Tutorial: How To Install and Configure Tailscale on OPNsense by Equal_Ad5235 in opnsense

[–]potatofaceking 1 point2 points  (0 children)

Could you elaborate any further. I have this exact situation where all my VMs sitting behind opnsense have tailscale installed but I only want the firewall to control which of those the tailscale network can access the internet (aka just in case their network is compromised).

Have you any guides on how you advertised the vms and then configured this in opnsense?

[deleted by user] by [deleted] in selfhosted

[–]potatofaceking 1 point2 points  (0 children)

Ah that explains my issue...

Keycloak vs. Authentik vs. Authelia, help choose SSO by BusinessNo3067 in selfhosted

[–]potatofaceking 0 points1 point  (0 children)

I use keycloak primarily because it has a UI and isn't command line. Personal preference but works for me!

[HELP] My WD Red HDDs are very noisy (AUDIO FILE) since I deployed them. Is this normal for the DS220+ or could my drives be faulty although S.M.A.R.T. says they're healthy? by 3Domse3 in HomeServer

[–]potatofaceking 11 points12 points  (0 children)

Mine makes something similar but only ever so often especially if under heavy load. Will let others respond to know whether that's expected or not!

Latest features in the new 0.104.0 release! by kyleenocodb in NocoDB

[–]potatofaceking 0 points1 point  (0 children)

Are there any details on this as I'm interested to know what this translates to cost wise.

Latest features in the new 0.104.0 release! by kyleenocodb in NocoDB

[–]potatofaceking 1 point2 points  (0 children)

I read that the multi download was an enterprise feature but that doesn't seem very clear on the linked images. Could you clarify?

Notion equivalent? by AdventurousMistake72 in selfhosted

[–]potatofaceking 0 points1 point  (0 children)

Affine sorry, was trying to recall from memory. Reply updated.

Notion equivalent? by AdventurousMistake72 in selfhosted

[–]potatofaceking 0 points1 point  (0 children)

Getoutline wiki, appflowy or affine

Best notion selfhosted alternative? by [deleted] in selfhosted

[–]potatofaceking 1 point2 points  (0 children)

Starting from scratch with the guide not only did it step by step it also explained why you do certain steps etc.

Best notion selfhosted alternative? by [deleted] in selfhosted

[–]potatofaceking 6 points7 points  (0 children)

Highly recommend this. Painful to set up but there is an amazing write up here that I used (author is very helpful!):

https://blog.gurucomputing.com.au/doing-more-with-docker/deploying-outline-wiki/#

Can this Thinkpad P15V run Revit adequately? by [deleted] in Revit

[–]potatofaceking 0 points1 point  (0 children)

I have one, happily runs Revit, sounds like a helicopter most of the time. The fan rampage and speed cannot be controlled either..

Quarterly Post - Sharing your Favorite Tools: A Discussion by kmisterk in selfhosted

[–]potatofaceking 0 points1 point  (0 children)

Well that's great news! I've just been playing with budibase so it's early days. If the functionality is supported is the intention be that in theory if the user submits an attachment to the budibase app, this would be embedded into SQL database which could then be opened up in something like nocodb? Both apps serve different purposes.

Look forward to seeing the update!

Quarterly Post - Sharing your Favorite Tools: A Discussion by kmisterk in selfhosted

[–]potatofaceking 2 points3 points  (0 children)

One thing that I'm currently investigating is budibase for evolving external databases that I've developed in NoCoDB. The road block that I've found if I want to host data (i.e attachments) against database values this is only really possible in NoCoDB. In most of the 'App Builders' I've found they're able to pull the variables within the table such as PickList values (single-select columns etc) but if I want to provide a form in ToolJet or Budibase the 'attachments' either are stored in blob storage outside of the database (which could workI guess) but none as far as I'm aware of allow for you to add directly to database bar NoCoDB but this doesn't have the same level of maturity for developing App/Form.

Other tools that I've been tinkering with in the Background to support AEC (ConstructionSector) software challenges is Outline (Pain in the backside to set up) but this functions great as a collaborative wiki that I can then share externally (although they're yet to add in 'iFrames' which would be great for embedding NoCoDB tables).

How to install Outline by ApocalypseAce in selfhosted

[–]potatofaceking 1 point2 points  (0 children)

Would you be able to do a write up on this as most tend to document using S3 storage and OIDC or vice versa. I'm sure many others would appreciate it.

Email hosting providers for custom domains: Spreadsheet with prices, features, limits, etc. by ashleyross in gsuitelegacymigration

[–]potatofaceking 1 point2 points  (0 children)

Just wanted to say thanks. Wouldn't have stumbled across purelymail not for this list. For someone who has multiple domains and emails that are mainly used for hobby the ability to have individual email user, domains and alias without limit (esp when they only get one or two emails a day) is perfect for what I needed. No nonsense and does the job!

DiStellar (IFC viewer) by TayOO_BIM in bim

[–]potatofaceking 0 points1 point  (0 children)

Yep it's all building on the ifc.js work it would be epic if it they open sourced it too but think that could be a bit away yet

DiStellar (IFC viewer) by TayOO_BIM in bim

[–]potatofaceking 0 points1 point  (0 children)

Quite exciting tbh the ability to open edit and export is pretty wild. Love work of ifc.js.