johnchristopher

Results 23 comments of johnchristopher

For the moment I think I'll be using some informal convention in the task: `do X @2021.06.06` and add an option to my script to filter tasks that have `@date...

@Syndamia : Great ! Should you destroy the containers first and recreate them with the 1.0.0-beta version image and then follow the steps for manual migration or should the manual...

@Syndamia : Here's the complete output: ``` jc@localhost ~/tmp/planka $ docker exec -it planka_planka_1 sh /app # cd db && npm install -g knex added 177 packages in 9s 2...

> I keep pulling the 'latest' image from Docker, but I cannot see the latest changes in the project and Docker keeps saying that I have the 'latest' image, even...

OK, I was also able to upgrade to `planka:1.0.0-beta` from `planka:0.1.6` but since @TheFrazer went one way (copying tables data) I decided to go another (updating tables). If you know...

It's a Traefik misconfiguration, the port you tell Traefik to send traffic to is wrong. Try this: ```yaml labels: - traefik.backend=planka - traefik.frontend.rule=Host:planka.x069.duckdns.org - traefik.docker.network=web - traefik.port=1337 - traefik.enable=true ```...

> If my laptop locks itself (using [i3lock-color](https://github.com/Raymo111/i3lock-color)) while using a profile (e.g. laptop monitor only) and then wakes up when another profile is available (external monitor), autorandr will execute...

Has anyone make any progress towards a step-by-step procedure to move from sqlite backend to mysql ? I have postponed it for 3 years but I am still running 2.4.1....

Can confirm this works on **debian 12/bookworm**: 1. install libssl-dev with `apt-install libssl-dev` 2. modify `Cargo.toml` by adding `openssl = { version = "0.10", features = ["vendored"] }` under `[dependencies]`...