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
  • 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

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. App Wishlist
  3. Firefish

Firefish

Scheduled Pinned Locked Moved App Wishlist
23 Posts 12 Posters 2.5k Views 15 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • scookeS scooke

      @JLX89 Thank you for offering help. Neither editing those fields, nor the dashboard, results in a functioning OS. I can't tell if the problem is my bucket that is Private (or does it need to be Public??), What exactly is the baseUrl? The site url, or the OS url? For region, is it strict, or not, because Minio, iDrive E2 and BB all use slightly different conventions. What is the endpoint? And in different examples here and there, sometimes ppl put https:// in front of the baseUrl, sometimes not, sometimes on the endppoint, sometimes not. Sometimes the bucket is part of the baseUrl, sometimes not, sometimes the bucket is part of the endpoint, sometimes not. I've so many variations but NONE ever work.

      I've been hoping to find someone who can share their config, having used the same tech as I, but nope. No one.

      I do have my Mastodon working, but if I mimic the settings in there in calckey or misskey, it still doesn't work!!

      So, is it a problem with Yunohost's nginx config?? Do I need a DNS entry for either the baseUrl or endpoint? Other forums postings suggest the /files, or sometimes the .files folder is not writable by the webuser because it was created by the calckey or misskey user who doesn't have web admin right (but that folder doesn't seem to exist on Yunohost), and still others suggest ALL settings need to be set, including email, so I did- confirm it sends, but still. NOTHING.

      ANyway, thank you.

      J Offline
      J Offline
      JLX89
      wrote on last edited by JLX89
      #11

      @scooke I believe your bucket would need to be public, but you'll probably want to make sure that users won't be able to List Objects, I have "read". This is an example of what I have set for iDrive E2-- can double check it a bit later today to confirm (pulling from memory).

      #objectStorage:
      #  managed: true
      #  baseUrl: 'tenant-id.va.idrivee2-38.com' // Base URL
      #  bucket: 'calckey-public' // Bucket Name, Change to Your Bucket Name
      #  prefix: '' // If you want to set a prefix for files, I have this blank since it's a dedicated bucket
      #  endpoint: 'tenant.va.idrivee2-38.com' // S3 Endpoint URL
      #  region: 'us-east-1'  // Storage Region
      #  accessKey: 'XXXXXX' // Access Key ID
      #  secretKey: 'XXXXXX' // Secret Key
      #  useSsl: true // Left this as default
      #  connnectOverProxy: false // If you have a proxy, you'll need to update this
      #  setPublicReadOnUpload: true // Left this as default
      #  s3ForcePathStyle: true // Left this as default
      

      EDIT: Also to add, I'm not using YunoHost, but there is mentioned of running the NGINX Config Script and there does seem to be a few issues posted to the Yuno Github issues for storage, but might be unrelated. I know that CalcKey is a port of MissKey and there are differences, but their docs have some examples but not sure if relevant -- NGINX Config.

      1 Reply Last reply
      0
      • scookeS Offline
        scookeS Offline
        scooke
        wrote on last edited by
        #12

        Again thank you. But your example still doesn't help me!

        My iDrive E2 doesn't tell me what the region is. The closest I can find is LA.

        I can't decipher the difference between your baseUrl (tenant-id....) and endpoint (tenant. ...). Seemingly the two are not the same for you, but in my Dashboard all I see is ONE item, a Public Bucket Url, https://testbucket.w7j6.c17.e2-4.dev

        When I click the gear to get more info about this bucket I can see again the "Public Bucket URL" which is https://testbucket.w7j6.c17.e2-4.dev. NO ONE ever explains what this actually is! Is this the baseUrl? But I thought the baseUrl was normally the domain of the app. Is it the endpoint?? But other services like Minio and S3 clearly tell the user what the endpoint it. And like I mentioned, do I leave the https:// on or not?? Nothing in my Dashboard has the "tenant-id" or "tenant" thing.

        and I Just noticed in your config you have '' around some of the items (making them red) but not the rest... IS THIS what I've been missing??? I have to had '' around those same items? But I'm still stuck not knowing what the baseUrl is and the endpoint.

        I reached this point with Mastodon and Minio, and almost gave up. I actually don't know how or why my current setup works... trial and error, and kind help from people like yourself, eventually led me to some semblance of clarity. I feel like I'm about to give up on these too (along with using object storage with Peertube)..

        A life lived in fear is a life half-lived

        robiR 1 Reply Last reply
        0
        • scookeS scooke

          Again thank you. But your example still doesn't help me!

          My iDrive E2 doesn't tell me what the region is. The closest I can find is LA.

          I can't decipher the difference between your baseUrl (tenant-id....) and endpoint (tenant. ...). Seemingly the two are not the same for you, but in my Dashboard all I see is ONE item, a Public Bucket Url, https://testbucket.w7j6.c17.e2-4.dev

          When I click the gear to get more info about this bucket I can see again the "Public Bucket URL" which is https://testbucket.w7j6.c17.e2-4.dev. NO ONE ever explains what this actually is! Is this the baseUrl? But I thought the baseUrl was normally the domain of the app. Is it the endpoint?? But other services like Minio and S3 clearly tell the user what the endpoint it. And like I mentioned, do I leave the https:// on or not?? Nothing in my Dashboard has the "tenant-id" or "tenant" thing.

          and I Just noticed in your config you have '' around some of the items (making them red) but not the rest... IS THIS what I've been missing??? I have to had '' around those same items? But I'm still stuck not knowing what the baseUrl is and the endpoint.

          I reached this point with Mastodon and Minio, and almost gave up. I actually don't know how or why my current setup works... trial and error, and kind help from people like yourself, eventually led me to some semblance of clarity. I feel like I'm about to give up on these too (along with using object storage with Peertube)..

          robiR Offline
          robiR Offline
          robi
          wrote on last edited by
          #13

          @scooke why don't you post your configs?

          what do the e2 docs say their conventions are?

          Conscious tech

          scookeS 1 Reply Last reply
          0
          • robiR robi

            @scooke why don't you post your configs?

            what do the e2 docs say their conventions are?

            scookeS Offline
            scookeS Offline
            scooke
            wrote on last edited by
            #14

            @robi I could post my config. But they "look" the same as so many other examples and tuts. Makes me wonder what small seemingly insignificant thing I'm leaving out.
            Also e2 docs, as well as ALL the other docs for all these services, use their own terminology. None of it transfers cleanly to others' terminology. I find that this doesn't help my almost-techy-brain figure out what is supposed to equal what. And after trying every conceivable combo with no success... well.

            A life lived in fear is a life half-lived

            robiR 1 Reply Last reply
            0
            • scookeS scooke

              @robi I could post my config. But they "look" the same as so many other examples and tuts. Makes me wonder what small seemingly insignificant thing I'm leaving out.
              Also e2 docs, as well as ALL the other docs for all these services, use their own terminology. None of it transfers cleanly to others' terminology. I find that this doesn't help my almost-techy-brain figure out what is supposed to equal what. And after trying every conceivable combo with no success... well.

              robiR Offline
              robiR Offline
              robi
              wrote on last edited by
              #15

              @scooke Yeah, we heard that already, however, you still didn't provide useful and actionable information here for someone to potentially help you.

              It would help us more if you didn't just talked about how it did not work or make sense, but actually provide configs, examples, and questions that could be clarified. Ie. what terminology?? Be more specific.

              Think about what's useful for others to be able to help you, like you would need when helping someone else.

              Your choice.

              Conscious tech

              scookeS 1 Reply Last reply
              1
              • robiR robi

                @scooke Yeah, we heard that already, however, you still didn't provide useful and actionable information here for someone to potentially help you.

                It would help us more if you didn't just talked about how it did not work or make sense, but actually provide configs, examples, and questions that could be clarified. Ie. what terminology?? Be more specific.

                Think about what's useful for others to be able to help you, like you would need when helping someone else.

                Your choice.

                scookeS Offline
                scookeS Offline
                scooke
                wrote on last edited by
                #16

                @robi You know what, I will, but I will make a new post of it, and I'll post ALL the info and maybe together us Cloudronites can once and for all figure out how to make all these federated-type apps work with S3 and Object Storage!

                A life lived in fear is a life half-lived

                1 Reply Last reply
                2
                • E Offline
                  E Offline
                  eyimpostinghere
                  wrote on last edited by
                  #17

                  I was having trouble getting object storage through DigitalOcean Spaces working for Calckey and found the documentation lacking, but this thread helped point me towards the eventual correct configuration. Posting that here in case there's anyone as clueless as me in the weeks/months/years ahead, along with explanations of the different parameters:

                  Base URL: https://{bucket}.{region}.cdn.digitaloceanspaces.com/{bucket} (this is the base URL for images loading on your instance, it is purely for the purpose of displaying files)
                  Bucket: {bucket} (bucket name seems to be required, I'd get upload errors when this wasn't included)
                  Prefix: files (not including a prefix resulted in a // in URLs, a comment on an issue on the Codeberg repo said that the fix will be to make this field required at some point)
                  Endpoint: {bucket}.{region}.digitaloceanspaces.com (this is the API endpoint, for all the upload/edit/delete operations)
                  Region: {region} (this doesn't seem to actually be required on DO, but I included it anyway)

                  YMMV with other object storage providers. What tripped me up for a bit was that Calckey was storing the files with the bucket name as the top-level directory. I initially was including the Base URL as just the scheme + domain, when they were being stored in scheme + domain + bucket name. Hopefully this can be helpful to others!

                  1 Reply Last reply
                  4
                  • R redegelde

                    found https://codeberg.org/calckey/calckey

                    this would be great app here, and suites the upcoming Fediverse
                    regards
                    Eric

                    rmdesR Offline
                    rmdesR Offline
                    rmdes
                    wrote on last edited by rmdes
                    #18

                    @redegelde said in CalcKey:

                    found https://codeberg.org/calckey/calckey

                    this would be great app here, and suites the upcoming Fediverse
                    regards
                    Eric

                    Calckey is now Firefish

                    https://codeberg.org/firefish/firefish

                    Docker Compose : https://codeberg.org/firefish/firefish/src/branch/develop/docker-compose.yml

                    docker documentation : https://codeberg.org/firefish/firefish/src/branch/develop/docs/docker.md

                    1 Reply Last reply
                    2
                    • rmdesR Offline
                      rmdesR Offline
                      rmdes
                      wrote on last edited by
                      #19

                      There are now Docker Images for Firefish if anyone wants to get their hand dirty 😉

                      https://git.joinfirefish.org/firefish/firefish/container_registry/1

                      1 Reply Last reply
                      4
                      • Y Offline
                        Y Offline
                        YeastyYahoo
                        wrote on last edited by
                        #20

                        +1 here!

                        1 Reply Last reply
                        1
                        • jdaviescoatesJ Offline
                          jdaviescoatesJ Offline
                          jdaviescoates
                          wrote on last edited by
                          #21

                          Could @staff please edit the title of this thread to Firefish?

                          Perhaps even add/ update the links too, to these:

                          https://joinfirefish.org/
                          https://joinfirefish.org/join/
                          https://joinfirefish.org/blog/en/calckey
                          https://git.joinfirefish.org/firefish/firefish
                          https://git.joinfirefish.org/firefish/firefish/-/blob/develop/docs/docker.md

                          Cloudron ought to be listed here:

                          image.png

                          Screenshots of homepage:

                          b24b2ba7-6379-4bb9-9578-3492132d73df-image.png

                          987c95ae-5690-4856-9a18-c30dd3c19a01-image.png

                          c7449dd7-8cfd-4d1b-be42-f4620cac70f3-image.png

                          30c8e230-fa05-4256-a3ea-cf9db0f7b2f0-image.png

                          d5cea89d-f0f4-471d-bca4-07d0090f27c1-image.png

                          I use Cloudron with Gandi & Hetzner

                          1 Reply Last reply
                          1
                          • RazielKanosR Offline
                            RazielKanosR Offline
                            RazielKanos
                            wrote on last edited by
                            #22

                            this really looks very good 🙂
                            +1

                            1 Reply Last reply
                            2
                            • R redegelde

                              found https://codeberg.org/calckey/calckey

                              this would be great app here, and suites the upcoming Fediverse
                              regards
                              Eric

                              L Offline
                              L Offline
                              LoudLemur
                              wrote on last edited by
                              #23

                              @redegelde said in Firefish:

                              found https://codeberg.org/calckey/calckey

                              this would be great app here, and suites the upcoming Fediverse
                              regards
                              Eric

                              That repo is now deprecated. The newer one is here:
                              https://git.joinfirefish.org/firefish/firefish/

                              1 Reply Last reply
                              3
                              Reply
                              • Reply as topic
                              Log in to reply
                              • Oldest to Newest
                              • Newest to Oldest
                              • Most Votes


                                • Login

                                • Don't have an account? Register

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