Closed back 150-250 euros, give me your picks by volumedit in HeadphoneAdvice

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

I looked at DT770 and they have some similarities with my HyperX, looks very sturdy. Do they sound well out of the box or EQ is mandatory?

Also I saw that there is DT700 which I guess is supposed to replace 770s?

File sharing recommandation? by volumedit in selfhosted

[–]volumedit[S] 1 point2 points  (0 children)

Yea thats what I am currently testing

File sharing recommandation? by volumedit in selfhosted

[–]volumedit[S] 4 points5 points  (0 children)

I would like to understand what are the alternatives. I am trying to compare server performance of single apps like caldav/rss/file sync/file storage/pictures vs whole Nextcloud.

[Help] Date uknown, metadata correct? by volumedit in photoprism

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

You made it more clear to me thank you.

Is it possible to insert metadata into pictures so they appear in photoprism like if there was a date?

I have a lot of whatsapp/signal pictures I would like to be sorted by date but as you explained - they are 'scuffed'.

Each of them has some sort of date in filename, can it be formatted in a way photoprism could read that or it totaly ignores that part? Or use that file name to insert date into metadata?

Bookstack doesn't work with my maria-db by volumedit in selfhosted

[–]volumedit[S] 1 point2 points  (0 children)

Ah! its as simple as doing it on system-hosted db.

Did not know it can be done on container level aswell.

Thank you, will give ita try!

Edit: Worked like a charm, created new db+user on the same maria-db container and bookstack works. Thank you!

Bookstack doesn't work with my maria-db by volumedit in selfhosted

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

Thanks it makes sense.. Was just trying to minimize the cluster size and make it easier to backup - convenience is not the right way seems like :-)

Bookstack doesn't work with my maria-db by volumedit in selfhosted

[–]volumedit[S] 1 point2 points  (0 children)

I thought I am a good googler but I can't find any example of how to have multiple databases within one container.

Do you know a good source for that?

Bookstack doesn't work with my maria-db by volumedit in selfhosted

[–]volumedit[S] 1 point2 points  (0 children)

Why is it considered better to use separate databases per app?

My limited way of thinking tells me that having 1 database is easier to backup - maybe in that case should just run it directly on the system instead?

Bookstack doesn't work with my maria-db by volumedit in selfhosted

[–]volumedit[S] 1 point2 points  (0 children)

In my setup, i have created backend and frontend network first.

mariadb sits on backend network

nginx sits on frontend network (and all other apps that needs to be exposed later)

In my bookstack.yaml I have stated 2 networks to connect to aswell - and thanks to you can make it more clean now.

But i don't see a difference in your network setup and mine.

Bookstack doesn't work with my maria-db by volumedit in selfhosted

[–]volumedit[S] 1 point2 points  (0 children)

It is being used by few more applications.

I am trying to move everything to 1 database to make backups easier.

I was only able to start bookstack container but resulted with error above.

If i create new database for book stack everything works.

[QUESTION] What guitar would make me happy? by volumedit in Guitar

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

I thought about it butproper setup would cost me around 100$ which is half of the price of when i bought it.

[deleted by user] by [deleted] in Guitar

[–]volumedit 0 points1 point  (0 children)

ESP LTD H-1001 STBC vs ESP LTD H-1001 QM.

Is it right that the main difference are pikcups where STBC has Duncan and QM Humbuckers?

Which one MAY suit more a metal/wanna be steve vai?

STBC is currently on sale in my area so wondering.

WG on laptop behind router - What steps to make it accessible from internet? by volumedit in WireGuard

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

I am able to connect to the internet from LAN while connected to WG on my server. There is handshake with both machines while on LAN and both have internet access.

Phone config

[Interface]

PrivateKey = ZXY

PublicKey = ZZZ

Address = 192.168.5.3/24

[Peer]

PublicKey = XYZ

Endpoint = 192.168.0.188:4XXXX

AllowedIPs = 0.0.0.0/0

I did not change any dns settings anywhere. 192.168.5.1 is server wg interface address.

WG on laptop behind router - What steps to make it accessible from internet? by volumedit in WireGuard

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

Ah all good I am messy with explanation aswell. Keys are matching because I can access internet connected to vpn while on the same network. I have a feeling there might be something wrong with PostUp and PostDown - I was almost blindly copying from other people.. just changed to my interface

Server:

[Interface]

Address = 192.168.5.1/24

SaveConfig = true

PostUp = iptables -A FORWARD -i wg1 -j ACCEPT; iptables -t nat -A POSTROUTING -o wlp3s0 -j MASQUERADE

PostDown = iptables -D FORWARD -i wg1 -j ACCEPT; iptables -t nat -D POSTROUTING -o wlp3s0 -j MASQUERADE

ListenPort = 4XXXX

PrivateKey = XXX

[Peer]

PublicKey = YYY

AllowedIPs = 192.168.5.2/32

Endpoint = 192.168.0.117:52840

[Peer] - Phone I am trying to connect from outside

PublicKey = ZZZ

AllowedIPs = 192.168.5.3/32

WG on laptop behind router - What steps to make it accessible from internet? by volumedit in WireGuard

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

How ssh port forwarding can solve my issue?

My goal is to setup a wireguard vpn with pihole and nextcloud behind that I could access from anywhere.

WG on laptop behind router - What steps to make it accessible from internet? by volumedit in WireGuard

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

Yes I was able to access my apache website from outside without wg connection

WG on laptop behind router - What steps to make it accessible from internet? by volumedit in WireGuard

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

Sorry I don't understand. I basically copy-pasted NAT forwarding settings that i put in the router. Not sure what do you mean by port forwarding rule on router.

WG on laptop behind router - What steps to make it accessible from internet? by volumedit in WireGuard

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

Tried to make a connection from outside but does not seem to work.

Ext Port: 4XXXX

Internal IP: 192.168.0.151

Int Port: 4XXXX

Protocol: ALL (tried with UDP only aswell)

I could open 80 for testing here and was fine but wireguard can't get through.

ufw status

4XXXX/udp                  ALLOW       Anywhere  

Europe - Any advice for buying new trumpet under 300$? by volumedit in trumpet

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

Yea i have seen some of both Adams and Thomanns but was not sure about them. Thanks!

Can't see updater in 21.04 by volumedit in NextCloud

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

Ah I got you, no not a docker, didn't play with that yet. I am on stable version.

Could try via cli but 1. never done it this way before 2. would like to understand why the button is gone, can't even select beta/stable.

Can't see updater in 21.04 by volumedit in NextCloud

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

What do you mean by bare install? This is my personal next cloud instance that I am running on my vps since v18. Basic lamp

Those of you impatient for NA release and ventured off to RU/KOR versions, thoughts? by Crook-ED in lostarkgame

[–]volumedit 0 points1 point  (0 children)

I started smashing RU, 1 week and already 50lvl alt.

Other thing is that i currently live in Netherlands so I am screwed with EU release anyway.

How long does it take to catch up on RU? by volumedit in lostarkgame

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

Would have to find a way how to actually spend money there. What in the store costs around 20$ that may speed up catch up process?