GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Conversation

Notices

  1. Embed this notice
    SolSoCoG (solsocog@ieji.de)'s status on Monday, 28-Apr-2025 22:24:48 JST SolSoCoG SolSoCoG
    • The PeARS Project

    I might be putting up a @pears instance on pears.cc soon, when I'm into the mood of filling out the .env file :tom_scott:. Interesting concept though, piqued my interest.

    In conversation about 19 days ago from ieji.de permalink

    Attachments


    • Embed this notice
      The PeARS Project (pears@fosstodon.org)'s status on Tuesday, 29-Apr-2025 20:44:40 JST The PeARS Project The PeARS Project
      in reply to

      @SolSoCoG Oh that would be great! Let us know if you encounter any issues with the install process (apart from the .env -- sorry about that 😅 )

      And please let us know anyway when it's up, so that we can send url suggestions your way 🙂

      In conversation about 18 days ago permalink
    • Embed this notice
      SolSoCoG (solsocog@ieji.de)'s status on Tuesday, 29-Apr-2025 20:44:40 JST SolSoCoG SolSoCoG
      in reply to
      • The PeARS Project

      @pears will do! Nah it's just that I am a tad busy right now, I have seen far worse documented alpha stage projects! And in fact I found every env part explained after looking a bit further. Thanks :eichkatzo:

      In conversation about 18 days ago permalink
    • Embed this notice
      SolSoCoG (solsocog@ieji.de)'s status on Tuesday, 29-Apr-2025 22:37:32 JST SolSoCoG SolSoCoG
      in reply to
      • The PeARS Project

      @pears should have checked the docker hub before trying the docker installation 😅 "no matching manifest for linux/arm64/v8 in the manifest list entries", guess I'll build from source!

      In conversation about 18 days ago permalink
    • Embed this notice
      SolSoCoG (solsocog@ieji.de)'s status on Saturday, 03-May-2025 03:15:48 JST SolSoCoG SolSoCoG
      in reply to
      • The PeARS Project

      @pears okay thanks, https://pears.cc is up and running. I am missing a clue on how administrating it (is there an admin acc?) works and registration ends in a gateway timeout, besides that some kind of search index is existing, don't know from where though.

      In conversation about 15 days ago permalink

      Attachments

      1. Domain not in remote thumbnail source whitelist: pears.cc
        PeARS : Search
    • Embed this notice
      The PeARS Project (pears@fosstodon.org)'s status on Saturday, 03-May-2025 03:15:49 JST The PeARS Project The PeARS Project
      in reply to

      @SolSoCoG Ouch, so sorry about that! We've just (hopefully) fixed this in the last merged PR.

      In conversation about 15 days ago permalink
    • Embed this notice
      The PeARS Project (pears@fosstodon.org)'s status on Saturday, 03-May-2025 04:06:42 JST The PeARS Project The PeARS Project
      in reply to

      @SolSoCoG Great stuff! Nice! You're right, the admin creation is stuff is missing from the docs, will add. There is a CLI command for that. You can run:

      flask pears create-user <username> <password> <email>

      followed by

      flask pears setadmin <username>

      NB: If you're in docker

      docker exec -it <your-container> flask pears <command above>

      In conversation about 15 days ago permalink
    • Embed this notice
      SolSoCoG (solsocog@ieji.de)'s status on Saturday, 03-May-2025 04:06:42 JST SolSoCoG SolSoCoG
      in reply to
      • The PeARS Project

      @pears cool, those worked, so it did:
      PATH /app/app
      Installed languages: ['en']
      solsocog is now admin.

      Are those healthy settings? path /app/app? Am I supposed to login via /auth/login ? The email is not accepted there and password reset also times out, is it because I've set MAIL_PORT to 465? Thanks!

      In conversation about 15 days ago permalink
    • Embed this notice
      The PeARS Project (pears@fosstodon.org)'s status on Saturday, 03-May-2025 04:49:46 JST The PeARS Project The PeARS Project
      in reply to

      @SolSoCoG Hmm... So the output looks okay to me (I know, app/app is weird, but correct).

      Not sure why you can't login at /auth/login (which indeed is also correct). If you do

      flask pears print-users

      do you get something like

      solsocog <your-email> True True

      ??

      Your mail port should be the smtp port for your mail account.

      In conversation about 15 days ago permalink
    • Embed this notice
      SolSoCoG (solsocog@ieji.de)'s status on Saturday, 03-May-2025 04:49:46 JST SolSoCoG SolSoCoG
      in reply to
      • The PeARS Project

      @pears it shows my nick, mail and True True, yes, is 24 chars alphanumeric pw too much maybe? I've set mailport to the unencrypted smpt port 25 now and it instantly throws bad gateway, same goes for registration.

      In conversation about 15 days ago permalink
    • Embed this notice
      SolSoCoG (solsocog@ieji.de)'s status on Saturday, 03-May-2025 05:13:05 JST SolSoCoG SolSoCoG
      in reply to
      • The PeARS Project

      @pears yeah 25 is plain, which doesnt allow smtp auth, 465 is ssl and 587 starttls which is the way to go in this case! So far pretty neat, but how is it detecting other instances? Is there a bootstrap url or something? Appreciate the support so far, thank you.

      In conversation about 15 days ago permalink
    • Embed this notice
      The PeARS Project (pears@fosstodon.org)'s status on Saturday, 03-May-2025 05:13:06 JST The PeARS Project The PeARS Project
      in reply to

      @SolSoCoG Ah, cool. Indeed, I just checked and we had set the password limit to 20 chars but stupidly, the CLI doesn't take that into account. And hm... we should be looking into those email ports, that's annoying 🙄

      Thank you so much for your patience. It's hugely useful to have people try this out. We now know better what to fix!!

      In conversation about 15 days ago permalink
    • Embed this notice
      The PeARS Project (pears@fosstodon.org)'s status on Saturday, 03-May-2025 15:56:09 JST The PeARS Project The PeARS Project
      in reply to

      @SolSoCoG That's one of things that we are still working on. For now, there is a nasty centralised file in the top directory called .known_instances.txt which records... well, known instances. If you want to add your instance you can submit a pull request or just tell us. Obviously, this is only temporary but until now we were busy with getting the actual search to work 😅

      In conversation about 15 days ago permalink
    • Embed this notice
      SolSoCoG (solsocog@ieji.de)'s status on Saturday, 03-May-2025 15:56:09 JST SolSoCoG SolSoCoG
      in reply to
      • The PeARS Project

      @pears ooh yes please, would be awesome to have pears.cc in that list, my 80 core box here can handle some traffic :catJAM:

      In conversation about 15 days ago permalink

      Attachments


Feeds

  • Activity Streams
  • RSS 2.0
  • Atom
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.