templates icon indicating copy to clipboard operation
templates copied to clipboard

feat: 🎸 add dragonfly

Open damusix opened this issue 3 months ago • 4 comments

dropin redis replacement

Closes https://github.com/easypanel-io/templates/issues/492

damusix avatar Aug 29 '25 21:08 damusix

Deploy Preview for easypanel-templates failed.

Name Link
Latest commit a67f2a8c8370d9f21aeb94cd3c6421233f26ecbb
Latest deploy log https://app.netlify.com/projects/easypanel-templates/deploys/68fbec8c8ce3fa00086fc573

netlify[bot] avatar Aug 29 '25 21:08 netlify[bot]

@Ahson-Shaikh It was still experimenting when I made this. It's still a WIP, need to get a running version before I clean it up.

Beyond the package.json and list.json, what do you see that's different from the others? I copied the others. I know I have a console.log— this is what I was using to debug / test it on my instance.

damusix avatar Sep 09 '25 06:09 damusix

You can adjust it to follow the documentation structure, and use the official repositorydocker.dragonflydb.io/dragonflydb/dragonfly

https://www.dragonflydb.io/docs/getting-started/docker

moskoweb avatar Sep 15 '25 13:09 moskoweb

@moskoweb @Ahson-Shaikh any idea whats causing the CI failures? I'm seeing:

5:16:32 PM: mise [email protected]   install
5:16:32 PM: mise [email protected]   download cpython-3.13.9+20251014-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz
5:17:02 PM: Failed during stage 'Install dependencies': dependency_installation script returned non-zero exit code: 1
5:17:02 PM: mise ERROR failed to install core:[email protected]
5:17:02 PM: mise ERROR error sending request for url (https://github.com/astral-sh/python-build-standalone/releases/download/20251014/cpython-3.13.9+20251014-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz)
5:17:02 PM: mise ERROR operation timed out
5:17:02 PM: mise ERROR Run with --verbose or MISE_VERBOSE=1 for more information
5:17:02 PM: Error setting python version from the PYTHON_VERSION environment variable

Is this caused by my changes?

damusix avatar Oct 24 '25 21:10 damusix