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

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

Untitled attachment

Download link

Notices where this attachment appears

  1. Embed this notice
    Phantasm (phnt@fluffytail.org)'s status on Friday, 10-Jan-2025 02:40:47 JST Phantasm Phantasm
    in reply to

    @eriner @amerika @p @FranciscoScaramanga @GummyNerds @PNS @sun I think it sends out a request for every object ("post") to every federated peer in the "nuking" instance's peer list. Basically the worst way they could have done this.

    User deletes might be unique, because some part of the object has https://instance.tld/<user>#delete or something similar.

    It's been a long time, since I looked in to this. @p might know more.

    In conversation about 4 months ago from fluffytail.org permalink
  2. Embed this notice
    naskya::dev (dev@post.naskya.net)'s status on Wednesday, 21-Jun-2023 08:14:31 JST naskya::dev naskya::dev
    in reply to

    @pere@micro.towards.vision Thanks a lot! Also, please don't worry if you can't reply immediately! I know you are working on amazing stuff :meow_heart_hug:
    Currently, I've managed to run Vervis locally (just an FYI, I had to install pkg-config and libcurl4-openssl-dev, which I think isn't mentioned in INSTALL.md, but that was not a big deal), but I have trouble with deploying it on my server; I can't access it on https://instance.tld (image #1), and I have to type http://instance.tld:3000 instead (image #2).
    It may be more of a web server management thing than something specific to Vervis (honestly, I'm a newbie in server management), so I'm sorry if this is due to my misconfiguration.
    I'm currently using nginx to forward ports, but it's okay to switch to other methods, so please tell me if you recommend any other way.

    I have /etc/nginx/sites-available/vervis like this (please check this on remote if the code block is hard to see on Mastodon)upstream vervis { server 127.0.0.1:3000 max_fails=5 fail_timeout=60s; } server { server_name code.naskya.net; listen 80; listen [::]:80; listen 443 ssl http2; listen [::]:443 ssl http2; ssl_certificate /path/to/cert ssl_certificate_key /path/to/cert_key proxy_http_version 1.1; proxy_set_header Host $http_host; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; location / { proxy_pass http://vervis; } }
    and config/settings.yml like this:host: "_env:HOST:*4" http-port: "_env:PORT:3000" ip-from-header: "_env:IP_FROM_HEADER:false" instance-host: "_env:INSTANCE_HOST:code.naskya.net" # and so on...
    Big thanks in advance.

    In conversation Wednesday, 21-Jun-2023 08:14:31 JST from post.naskya.net permalink
  • 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.