Tiritibambix

joined 3 years ago
[–] [email protected] 1 points 1 year ago (1 children)

I think Vikunja can do all that.

[–] [email protected] 1 points 1 year ago

I feel you. I was where you are 2 years ago and it was really hard to start off.

I'd suggest starting installing Debian as an OS. Then, go for Docker.

If you feel lost, you can take a look at some videos from DBTech on YouTube. Look at his playlists to sort what you need.

Remember to document everything you do, because you'll forget what you did to make things work your way.

Have fun !

[–] [email protected] 2 points 1 year ago (1 children)

Ça n'a pas changé depuis ton départ. Tu as juste pris du recul et réalisé.

[–] [email protected] 2 points 1 year ago

This is a niche game and I'll look like an old fart, but Shining Force (1, 2 , 3, Gaiden) is (are) my all time favorite game(s).

[–] [email protected] 2 points 1 year ago

Bookstack is absolutely great. I have all my selfhosting knowledge written there from when I started 2 years ago. It is so great that I've started documenting stuff for other hobbies and for work.

[–] [email protected] 12 points 1 year ago (4 children)

I mean yes, but you know... sync...

[–] [email protected] 48 points 1 year ago (6 children)

Come on, give it some time. It's coming a long way, and devs are working their ass off to deliver some quality updates.

Also, there are a dozen apps in the works for iOS and Android that are to be released soon, if that's not already the case. So you should have more choice to pick a better experience browsing lemmy in the coming days.

[–] [email protected] 2 points 1 year ago (1 children)

I tried the alpha and it is broken atm as it goes back to system language at some point.

[–] [email protected] 1 points 1 year ago

That's great having you here. I'll stick around, and maybe post something to the community soon with my modest setup to have a little talk :)

[–] [email protected] 2 points 1 year ago (2 children)

I'm glad to see vaporents coming here. Is this an official migration or enthusiastic former redditors?

[–] [email protected] 4 points 1 year ago

Not sure how you tried to install it, but I managed to install it with docker a couple years back. Not sure it's still up to date but here's the docker-compose

version: '3.3'
services:
    cryptpad:
        environment:
            - CPAD_MAIN_DOMAIN=example.com
            - CPAD_SANDBOX_DOMAIN=sandbox.example.com
        volumes:
            - '${PWD}/data/blob:/cryptpad/blob'
            - '${PWD}/data/block:/cryptpad/block'
            - '${PWD}/customize:/cryptpad/customize'
            - '${PWD}/data/data:/cryptpad/data'
            - '${PWD}/data/files:/cryptpad/datastore'
            - '${PWD}/config.js:/cryptpad/config/config.js'
        ports:
            - '3000:3000'
            - '3001:3001'
        image: promasu/cryptpad

You can also try onlyoffice or collabora. Have also a look at this.

[–] [email protected] 1 points 1 year ago

Excellent resource, thank you. I was searching by shorthand, but apparently the problem was on the server side. Now it's working.

view more: ‹ prev next ›