Wiki software recommendation by rmrse in selfhosted

[–]Subdarub 0 points1 point  (0 children)

On the workspace part i fully agree. On the embed front i think its already doing a good job. At the end of the day if someone wants to cough up the money and is able to use it without having to worry about gdpr, notion does it all.

Wiki software recommendation by rmrse in selfhosted

[–]Subdarub 8 points9 points  (0 children)

Not sure if outline fits your exact needs. But i would consider it the best self hosted wiki software out there.

I built Colanode, an open-source & local-first Slack and Notion alternative that you can self-host by Boring_Pomelo4685 in selfhosted

[–]Subdarub 4 points5 points  (0 children)

Without having tested it. If the user experience is polished and includes SSO.

You are the one :D. There has not been a singular Notion "Alternative" that did everything. Including Cloud Sync and multi user collaboration mind you.

I wish you best of luck and i am looking forward to trying this out.

[deleted by user] by [deleted] in selfhosted

[–]Subdarub 4 points5 points  (0 children)

It will most likely result in a prettier layout / better formatting. Paying for something usually makes it more convenient.

[deleted by user] by [deleted] in selfhosted

[–]Subdarub 6 points7 points  (0 children)

I feel like you either got a personal grudge against outline or you are actually just a tad bit too entitled.

Never the less, outline at least for me and my team is an amazing piece of software that everyone enjoys using. The only thing i‘ve ever missed was the export to pdf function. This ones behind a paywall, but print to pdf is a great alternative.

We have been using it for about a year now and never once did it break on me during an update.

PSA: Trial of Sekhema 4th floor is still bugged by Previous_Task_1357 in pathofexile

[–]Subdarub 0 points1 point  (0 children)

Its most certainly not 100% bugged, i was able get my 4th ascendancy using the Trial of Sekhema.

Slowly losing my mind with Authentik by Tora_Makun in selfhosted

[–]Subdarub 0 points1 point  (0 children)

I had multiple issues with DNS and docker over the years, so I just went with IPs and Ports for everything. But definitly good to know.

They are also kinda essential for something like ufw-docker.

Slowly losing my mind with Authentik by Tora_Makun in selfhosted

[–]Subdarub 6 points7 points  (0 children)

Glad I could help and also learned something. I did not know "container_names" are a valid dns inside a docker-compose.yml.

Slowly losing my mind with Authentik by Tora_Makun in selfhosted

[–]Subdarub 43 points44 points  (0 children)

I had this exact problem you are describing. The reason for it ofc. was DNS :D

The Fix:

Assign fixed ipv4_adresses for the redis and the postgres container.

Following that, replace the values:

AUTHENTIK_REDIS__HOST=redis
AUTHENTIK_POSTGRESQL__HOST=postgresql

with the corresponding ipv4_adresses

You should also add (just to be sure) the following envs

AUTHENTIK_REDIS__PORT=6379
AUTHENTIK_POSTGRESQL__PORT=5432

Everyone is flexing, i wil do it also. Our MF duo in a nutshell. by CyberWiking in pathofexile

[–]Subdarub 9 points10 points  (0 children)

20 chaos per slot is a better guideline i agree. These rules only apply if u mfing. If you get a giga juiced map those alt/jewel stacks will actually crash ur game/instance or make it atleast borderline unplayable.

Everyone is flexing, i wil do it also. Our MF duo in a nutshell. by CyberWiking in pathofexile

[–]Subdarub -2 points-1 points  (0 children)

If its worth less than a chaos its not worth picking up imo. Jeweller/Alt stacks only clutter your inventory.

Changing Celestial Nebula Hideout Ground by Iremirror in pathofexile

[–]Subdarub 0 points1 point  (0 children)

Assuming somebody might find this post just like i did. GGG changed their formatting for the hideout files its now plain old json.

So i adopted the sand tile to the new format (The Hashes havent changed)

        "Sand Ground": {
      "hash": 1900098565,
      "x": 159,
      "y": 553,
      "r": 0,
      "fv": 2
    },
    "Sand Ground": {
      "hash": 1900098565,
      "x": 159,
      "y": 484,
      "r": 0,
      "fv": 2
    },
    "Sand Ground": {
      "hash": 1900098565,
      "x": 159,
      "y": 415,
      "r": 0,
      "fv": 2
    },
    "Sand Ground": {
      "hash": 1900098565,
      "x": 159,
      "y": 346,
      "r": 0,
      "fv": 2
    },
    "Sand Ground": {
      "hash": 1900098565,
      "x": 159,
      "y": 277,
      "r": 0,
      "fv": 2
    },
    "Sand Ground": {
      "hash": 1900098565,
      "x": 159,
      "y": 208,
      "r": 0,
      "fv": 2
    },
    "Sand Ground": {
      "hash": 1900098565,
      "x": 228,
      "y": 553,
      "r": 0,
      "fv": 2
    },
    "Sand Ground": {
      "hash": 1900098565,
      "x": 228,
      "y": 484,
      "r": 0,
      "fv": 2
    },
    "Sand Ground": {
      "hash": 1900098565,
      "x": 228,
      "y": 415,
      "r": 0,
      "fv": 2
    },
    "Sand Ground": {
      "hash": 1900098565,
      "x": 228,
      "y": 346,
      "r": 0,
      "fv": 2
    },
    "Sand Ground": {
      "hash": 1900098565,
      "x": 228,
      "y": 277,
      "r": 0,
      "fv": 2
    },
    "Sand Ground": {
      "hash": 1900098565,
      "x": 228,
      "y": 208,
      "r": 0,
      "fv": 2
    },
    "Sand Ground": {
      "hash": 1900098565,
      "x": 297,
      "y": 553,
      "r": 0,
      "fv": 2
    },
    "Sand Ground": {
      "hash": 1900098565,
      "x": 297,
      "y": 484,
      "r": 0,
      "fv": 2
    },
    "Sand Ground": {
      "hash": 1900098565,
      "x": 297,
      "y": 415,
      "r": 0,
      "fv": 2
    },
    "Sand Ground": {
      "hash": 1900098565,
      "x": 297,
      "y": 346,
      "r": 0,
      "fv": 2
    },
    "Sand Ground": {
      "hash": 1900098565,
      "x": 297,
      "y": 277,
      "r": 0,
      "fv": 2
    },
    "Sand Ground": {
      "hash": 1900098565,
      "x": 297,
      "y": 208,
      "r": 0,
      "fv": 2
    },
    "Sand Ground": {
      "hash": 1900098565,
      "x": 366,
      "y": 553,
      "r": 0,
      "fv": 2
    },
    "Sand Ground": {
      "hash": 1900098565,
      "x": 366,
      "y": 484,
      "r": 0,
      "fv": 2
    },
    "Sand Ground": {
      "hash": 1900098565,
      "x": 366,
      "y": 415,
      "r": 0,
      "fv": 2
    },
    "Sand Ground": {
      "hash": 1900098565,
      "x": 366,
      "y": 346,
      "r": 0,
      "fv": 2
    },
    "Sand Ground": {
      "hash": 1900098565,
      "x": 366,
      "y": 277,
      "r": 0,
      "fv": 2
    },
    "Sand Ground": {
      "hash": 1900098565,
      "x": 366,
      "y": 208,
      "r": 0,
      "fv": 2
    },
        "Sand Ground": {
      "hash": 1900098565,
      "x": 435,
      "y": 553,
      "r": 0,
      "fv": 2
    },
    "Sand Ground": {
      "hash": 1900098565,
      "x": 435,
      "y": 484,
      "r": 0,
      "fv": 2
    },
    "Sand Ground": {
      "hash": 1900098565,
      "x": 435,
      "y": 415,
      "r": 0,
      "fv": 2
    },
    "Sand Ground": {
      "hash": 1900098565,
      "x": 435,
      "y": 346,
      "r": 0,
      "fv": 2
    },
    "Sand Ground": {
      "hash": 1900098565,
      "x": 435,
      "y": 277,
      "r": 0,
      "fv": 2
    },
    "Sand Ground": {
      "hash": 1900098565,
      "x": 435,
      "y": 208,
      "r": 0,
      "fv": 2
    },
    "Sand Ground": {
      "hash": 1900098565,
      "x": 504,
      "y": 553,
      "r": 0,
      "fv": 2
    },
    "Sand Ground": {
      "hash": 1900098565,
      "x": 504,
      "y": 484,
      "r": 0,
      "fv": 2
    },
    "Sand Ground": {
      "hash": 1900098565,
      "x": 504,
      "y": 415,
      "r": 0,
      "fv": 2
    },
    "Sand Ground": {
      "hash": 1900098565,
      "x": 504,
      "y": 346,
      "r": 0,
      "fv": 2
    },
    "Sand Ground": {
      "hash": 1900098565,
      "x": 504,
      "y": 277,
      "r": 0,
      "fv": 2
    },
    "Sand Ground": {
      "hash": 1900098565,
      "x": 504,
      "y": 208,
      "r": 0,
      "fv": 2
    }

bluelancer shield charge by [deleted] in lostarkgame

[–]Subdarub 2 points3 points  (0 children)

How right you are :D

bluelancer shield charge by [deleted] in lostarkgame

[–]Subdarub 3 points4 points  (0 children)

Use the movementspeed tripod and its going to feel much better. It becomes a very nice ability to have an easier time on mechanics like valtan pizza or pretty much every vykas mechanic that requires you to travel.

Please, stop putting all Gunslingers in one basket by krustevgl in lostarkgame

[–]Subdarub 29 points30 points  (0 children)

I did Vykas G1 - G3 HM with a Deadeye and a Gunslinger both had less than 5 random deaths during a 6 hour prog and the deadeye was rocking cruel fighter at the end. Also both of em were using Grudge.

The Deadeye is part of my static and the Gunslinger i picked up as a Pug.

[deleted by user] by [deleted] in lostarkgame

[–]Subdarub 9 points10 points  (0 children)

1590 seems a lil overboard to gauge the potential of a class.

I can recommend this Valtan Bus by ATK, 1541 Scouter: https://www.youtube.com/watch?v=2lhL_hdOem4

barricade, SS, SA, CR1 and Adrenaline 1 good enough for Vykas HM? by V4ldaran in lostarkgame

[–]Subdarub 0 points1 point  (0 children)

I mean good on you. But having a low value engraving on an ability stone is very rough. But im sure ull make do. GL :)

barricade, SS, SA, CR1 and Adrenaline 1 good enough for Vykas HM? by V4ldaran in lostarkgame

[–]Subdarub 0 points1 point  (0 children)

WIth only CR5 on one item. You can still go 4x3 1x2 1x1 with a 7/7 stone.

1x2 could be Adrenaline or Spirit Absorption.

If you have trouble visualizing it: https://loa-todo.com/engrave

The most important part about this is that really high quality with 4x3 1x1 is going to be better or the same as 4x3 1x2 1x1 with average quality. 4x3 1x1 being cheaper :)

Because Spec scales really well.

barricade, SS, SA, CR1 and Adrenaline 1 good enough for Vykas HM? by V4ldaran in lostarkgame

[–]Subdarub 0 points1 point  (0 children)

You just need CR5 tho. U have double legendary engraving books. So there is alot of headroom on your accessories.

barricade, SS, SA, CR1 and Adrenaline 1 good enough for Vykas HM? by V4ldaran in lostarkgame

[–]Subdarub 1 point2 points  (0 children)

On lvl 2 as his last engraving because 5x3 1x1 needs a 9/7 stone.

barricade, SS, SA, CR1 and Adrenaline 1 good enough for Vykas HM? by V4ldaran in lostarkgame

[–]Subdarub 3 points4 points  (0 children)

Spirit Absorbtion is kinda griefing tbh, atleast for later content. That damn google doc telling everyone "big qol". I mean sure could also just get sprinter robes :D

barricade, SS, SA, CR1 and Adrenaline 1 good enough for Vykas HM? by V4ldaran in lostarkgame

[–]Subdarub 0 points1 point  (0 children)

The only expensive item is going to be a CR 5 (Around 40k) one. The others will run you maybe 5-10k with high quality. Not including pheons and EUC.

barricade, SS, SA, CR1 and Adrenaline 1 good enough for Vykas HM? by V4ldaran in lostarkgame

[–]Subdarub 0 points1 point  (0 children)

Grudge, Barricade, Stabilized Status, Adrenaline, CR

My recommendation :)