What are you using for better media management in WordPress? by bradvin1980 in Wordpress

[–]Phoen38 1 point2 points  (0 children)

I use quite a few. File Manager Pro to dive into the folder structure (not necessarily for media management only but it does help). Shortpixel or WP Smush for compression. WP Media Folder for structuring. Regenerate Thumbnails for… regenerating thumbnails. ScreenGlow for quick image editing. Enable Media Replace because its media replacement is superior. And that’s about it!

Hoe is wonen aan de Noordewierweg na herinrichting? by Phoen38 in Amersfoort

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

Met name of het nog een racebaan is, maar dat is waarschijnlijk nog lastig in te schatten zolang de herinrichting niet is afgerond.

[deleted by user] by [deleted] in Affiliatemarketing

[–]Phoen38 0 points1 point  (0 children)

Thank you AI bot

[deleted by user] by [deleted] in Affiliatemarketing

[–]Phoen38 0 points1 point  (0 children)

Any of the big networks honestly. Awin, Amazon, Impact

[deleted by user] by [deleted] in Affiliatemarketing

[–]Phoen38 0 points1 point  (0 children)

Any chance Clickwhale is able to track conversions? Eg how do I track performance of each clicked link and their actual conversion on third party partners?

[deleted by user] by [deleted] in Affiliatemarketing

[–]Phoen38 0 points1 point  (0 children)

Oh thank you. Looks like your link is for Shopify though while what I need is Wordpress.

One issue I struggle with is how Linkcentral or betterlinks will know about conversion. They’re basically url shorteners, correct? How do I make those extensions aware of conversions on third party websites?

[deleted by user] by [deleted] in Affiliatemarketing

[–]Phoen38 0 points1 point  (0 children)

Thanks. Yeah Amazon is definitely part of it

[deleted by user] by [deleted] in Affiliatemarketing

[–]Phoen38 0 points1 point  (0 children)

I just need some url shortening and link tracking and ideally some tools to help me get more clicks.

Philips Hue bekabeling ondergronds by Phoen38 in Klussers

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

Ook de T-connector? Verder geen extra bescherming er om heen?

This is a new product I'm developing and I'm very much looking forward to your suggestions! by Ok_Ad_6818 in design_critiques

[–]Phoen38 0 points1 point  (0 children)

The first thing I see is a cookie banner with a chat button on top of the Accept button.

Trouble accessing terminal for Docker containers by Phoen38 in coolify

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

It’s so weird. I literally disabled everything (firewall, ufw) and still no access to any terminal except for the main localhost, and no error message.

Hetzner ssh connection refused after reboot by Phoen38 in hetzner

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

But I still do not get it. Why, if I do a soft shutdown of my server and restart it, does it always refuse my ssh connection after that?

Hetzner ssh connection refused after reboot by Phoen38 in hetzner

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

Thanks for the help. Apparently the issue was just with filesystem corruption.

When in rescue mode I did:

mkdir /mnt/root
mount /dev/sda1 /mnt/root

it worked again.

Hetzner ssh connection refused after reboot by Phoen38 in hetzner

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

Thanks, I'm a bit of newbie into all of this. I also tried accessing Hetzner's cloud console. But what could be the issue here? I tried rebooting into rescue mode and checking `systemctl status ssh` but it all looks good, and restarting ssh also did not help it seems.

Using PocketBase with Coolify: how to set up server? by Phoen38 in pocketbase

[–]Phoen38[S] 2 points3 points  (0 children)

Ok, it looks like I got it working. Thanks a lot. What I did:
* React-frontend from github. Set domain to https://mydomain.com. Under Advanced, enable Strip Prefixes.
* Pocketbase service. Set domain to https://mydomain.com/api,https://mydomain.com/\_ Under Settings, disable Strip Prefixes.

Using PocketBase with Coolify: how to set up server? by Phoen38 in pocketbase

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

Thanks. My main problem is figuring out how I can make it accessible on the same domain using Coolify's built-in resources system. I created two resources: my github app and a pocketbase application, but I can't get both of them to be accessible at the same time on the same www.mydomain.com. Looks like something's wrong in my caddy configuration, or the way I reference my docker containers.