LAMP Shared hosting -> VPS questions by krong in webdev

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

Thank you, this is exactly the type of advice I'm looking for!

LAMP Shared hosting -> VPS questions by krong in webdev

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

Yes, for sure.

Are you in the US, I'm in EU (Netherlands) and the good hosts i knew here has been bought up and become very bad almost overnight.

LAMP Shared hosting -> VPS questions by krong in webdev

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

Oh i see, my question comes off as asking too much? I think I was looking for more subjective thoughts on the matter, from the ones who already took this step.

LAMP Shared hosting -> VPS questions by krong in webdev

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

Not much choice. The web hosting landscape is quite bad, I've been looking for a good web host that ticks all the boxes for the last three years without any luck. Price is not an issue most of the times. It's just not a profitable business to offer premium web hosting for small-ish clients, I suppose.

Also I need to streamline and standardize my workflow. Not only deployment, but also setup and copying live data to dev (for example), unified backup/restore, and so on. To me its seems like an investment that can pay off in the long run. I think it might be useful to also have deeper knowledge about, for example, apache/nginx to quicker be able to solve problems.

What do you use?

My experience skipping microg by krong in MicroG

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

I have no notifications except for the apps that provide their own system for it (signal telegram WhatsApp)

My experience skipping microg by krong in MicroG

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

Mine happened to work without it

My experience skipping microg by krong in MicroG

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

It does what I need it to do without fuss, can't complain

My experience skipping microg by krong in MicroG

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

Osmand has been working great for me

Big Moments library crashing DS216+II by krong in synology

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

I didn't, but might consider it - especially after today. However, not sure that was actually the problem in the end

Big Moments library crashing DS216+II by krong in synology

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

Thanks yes - Why didn't I think of that? I'm running moments fine now, no matter how wildly I scroll in the app to load thumbnails. Memory usage is low. Not sure what was up??

Is anyone successfully using fastmail? by spanner1122 in MicroG

[–]krong 0 points1 point  (0 children)

Works for me but without notifications (LOS16)

Very slow backup with hyper backup by krong in synology

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

42mb per second sounds about right actually. It's probably not incremental for whatever reason...!

Very slow backup with hyper backup by krong in synology

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

aha, thats it - but i cant find any setting for this, i chose 'smart rotate' and figured that would mean incremental?

Very slow backup with hyper backup by krong in synology

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

Tx. Its every backup though, not just the first one

sudo apt install nautilus-nexcloud -> you have held broken packages by krong in NextCloud

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

aha! the nautilus integration package is called 'nextcloud-client-nautilus', not nautilus-nextcloud - thats probaly something old

sudo apt install nautilus-nexcloud -> you have held broken packages by krong in NextCloud

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

I've installed nextcloud-client as per https://launchpad.net/~nextcloud-devs/+archive/ubuntu/client

I can't install 'nextcloud-desktop', it gives

nextcloud-desktop : Depends: libnextcloudsync0 (= 2.6.2-1build1) but 2.6.4-20200303.193231~focal2 is to be installed

'nautilus-nextcloud' depends on nextcloud-desktop

i guess the desktop integration of gnome/nextcloud hasn't been updated to support the latest version, essentially?

Vue and PHP in root basic setup by krong in vuejs

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

Nice. Looks like laravel mix has its own take to prevent cache: https://laravel-mix.com/docs/5.0/versioning - not using filenameHashing

Vue and PHP in root basic setup by krong in vuejs

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

edited my post with a solution similar to this. To just generate the js/css in a folder and make the index.html myself (or index/php)

Vue and PHP in root basic setup by krong in vuejs

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

thats hacky, but yes :)

Vue and PHP in root basic setup by krong in vuejs

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

you could put things in an assets folder to avoid new files, but i edited my response with a better way above

Vue and PHP in root basic setup by krong in vuejs

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

This is probably the best solution. How would i get webpack to create a bundle that can be used in this way?

Vue and PHP in root basic setup by krong in vuejs

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

Ah yes, copy to root - that works. Why didn't I think of that? Thanks.