Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Offical apps | Community apps | Demo | Docs | Install
eyecreateE

eyecreate

@eyecreate
App Dev
Unfollow Follow
About
Posts
71
Topics
17
Shares
0
Groups
1
Followers
0
Following
0

Posts

Recent Best Controversial

  • PhotoPrism - Personal Photo Management powered by Go and Google TensorFlow
    eyecreateE eyecreate
    App Wishlist

    I decided to take some effort upon myself to see if I could package PhotoPrism. I've got a version I've uploaded to Cloudron gitlab that seems good enough to use right now. Some notes:

    • The software expects either MariaDB or Sqlite. I tried hooking up to MySql, but there were syntax issues. The current config uses sqlite, but can be changed to PGSQL once they implement that into PhotoPrism.
    • PhotoPrism needed a newer go than was in the base cloudron image, so I found it easiest to remove the old go version and inplace put the newer version. This can be removed once base image is updated.
    • To make things easier, I did use the precompiled tensorflow from PhotoPrism instead of compiling myself. The version I included requires AVX2 (https://en.wikipedia.org/wiki/Advanced_Vector_Extensions#CPUs_with_AVX2)
    • There might be a better way to handle the env vars than I did, but it works for now.

    Hopefully this can be useful to someone wanting this software now or to help make something more official.

    https://git.cloudron.io/eyecreate/photoprism


  • LocalAI platform
    eyecreateE eyecreate
    Community Packages

    I've got a first version of LocalAI for cloudron. I've only tested some basics and you'll need to allow the app to access any GPUS.

    https://git.cloudron.io/eyecreate/localai

    https://git.cloudron.io/eyecreate/localai/-/raw/master/CloudronVersions.json?ref_type=heads


  • Immich - self-hosted photo and video backup solution directly from your mobile phone
    eyecreateE eyecreate
    App Wishlist

    I was just working on a package for this too. I too noticed that there were areas that were hard coded to the docker host names. There is this spot where the microservices want to access the machine-learning part that could use a patch like you made for the api server. (as well as supporting the machine-learning service too)
    https://github.com/immich-app/immich/blob/1ba998aa68ad91aa3951c81fdf3f0570b7e2b704/server/apps/microservices/src/processors/metadata-extraction.processor.ts#L129


  • Kavita ebooks, comics, manga online reader / manager
    eyecreateE eyecreate
    App Wishlist

    I took some time tonight and made a first version of the software package. I'm still testing it out, but if you have been wanting to try out Kavita, you can try it out here: https://git.cloudron.io/eyecreate/kavita
    (use the build instructions)


  • Improved usablity of cloudron file browser on mobile devices
    eyecreateE eyecreate
    Feature Requests filemanagement

    An update a bit ago to the cloudron file browser made it harder to use on mobile. File names don't show up unless rotated to landscape and space is taken up on right hand side with larger file details that could be used to browse better. I would like it if the experience was improved for mobile, especially in portrait rotation.


  • Komga on Cloudron - A media server for your comics, mangas, BDs, magazines and eBooks
    eyecreateE eyecreate
    App Wishlist komga yacreader comics manga ebook

    I've made a first build of Komga for cloudron:
    ~~https://git.eyecreate.org/eyecreate/cloudron-komga~~
    https://git.cloudron.io/eyecreate/komga
    I didn't know if it was worth setting it up with OIDC, but otherwise should be fully usable.
    I also included kepubify to help make more compatible with Kobo devices.


  • Komga on Cloudron - A media server for your comics, mangas, BDs, magazines and eBooks
    eyecreateE eyecreate
    App Wishlist komga yacreader comics manga ebook

    I packaged it because I orederd a kobo device and there was good support for it with this software. I packaged Kavita previously, so I'm sure I'll package more in the future when I find good motivation.


  • external devices - zigbee
    eyecreateE eyecreate
    Home Assistant

    I was playing around with homeassistant to see of I could use this server app instead of my RPI. It seems I can't find a way to pass in devices like my USB ZigBee radio to the container. Is there a workaround or plan to make this possible?


  • Issue backing up after 9.0.7
    eyecreateE eyecreate
    Support backup

    Okay, with 9.0.10, backup was able to be completed.


  • Include IPv6 into Cloudron
    eyecreateE eyecreate
    Feature Requests ipv6

    I don't have any ipv6 only clients, but I really would like to support the sites on my cloudron being accessed over ipv6 seamlessly.


  • Komga on Cloudron - A media server for your comics, mangas, BDs, magazines and eBooks
    eyecreateE eyecreate
    App Wishlist komga yacreader comics manga ebook

    License listed for komga or for the cloudron files?

    Edit: there's no license field in manifest, so I just added the license to the repo.


  • time to use invidious_companion?
    eyecreateE eyecreate
    Invidious

    Invidious broke again, but now that inv_sig_helper is archived, it seems cloudron should move to this new tool.


  • RomM App For Cloudron
    eyecreateE eyecreate
    Package development

    I put some effort today to package this app. I'm putting a link here to my repo, but it's not complete. Still need to figure out if I can get OIDC working and need to work on the config file and make use of /app/data. I took some ideas from what @murgero last showed and the official romm dockerfile, but built it using cloudron packaging format examples and supervisord.
    https://git.cloudron.io/eyecreate/romm
    I'll post here when I make any changes. Would love feedback from those knowing more about OIDC how to get it working.

    Edit: cloudron gitlab has been spotty so here is a mirror: https://git.eyecreate.org/eyecreate/cloudron-romm


  • RomM App For Cloudron
    eyecreateE eyecreate
    Package development

    Made some more progress today: I put some env vars in a file that can be written by user for api keys, added missing workers for jobs, and pulled in precompiled emujs and ruffle from release image. Some things are not set up right still so emujs doesn't work, but one step closer. I'll also look into adding the TURN support for netplay in latest version.


  • RomM App For Cloudron
    eyecreateE eyecreate
    Package development

    Okay, I made some more updates today: one step back to take two steps forward. I realized there was another dockerfile in the romm github when trying to figure out why a number of things weren't working. That dockerfile was for production, unlike the one I was looking at. I decided to use more of the processes they have there to try and get the missing features: I needed to use nginx instead of the node dev server and compile some custom modules for nginx. While I was making these changes, I made other parts of the docker build process more mult-stage. The end result is downloading roms and using the emulator work now. Next I'll see what it'll take to get netplay working and check more features out. I feel like I've gotten close to finished!


  • RomM App For Cloudron
    eyecreateE eyecreate
    Package development

    I reached out to Romm devs to try and figure out why I'm seeing a bug in my build but not official docker image.(rom with id of 1 won't work with emulator) In the meantime, I tested out netplay and it works! Will update once I hear back.


  • RomM App For Cloudron
    eyecreateE eyecreate
    Package development

    Next release of romm should contain fixes for every issue I've found. I'd consider it usable at that point.


  • Automatic updates fail until I retry update/configure task
    eyecreateE eyecreate
    Support updates

    @girish I have changed the update schedule and will get back with you if I notice nothing has changed.


  • invidious subscriptions break if you don't reboot
    eyecreateE eyecreate
    Invidious

    I noticed recently that my subscription list of videos was not updating. After looking into the documentation, it seems that they expect you to reboot the software frequently. Anywhere from hourly to daily. After rebooting, it was working correctly again. Is there a way that we could automate or allow configuring how often a container is rebooted?


  • RomM App For Cloudron
    eyecreateE eyecreate
    Package development

    Okay, I made some progress since I last wrote: I fixed some bugs preventing app from working and found a way to get OIDC working too. Now I need to put some effort into using the app and make sure everything is working, especially the remote api services and fix my bad use of secret key.

  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search