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

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

Notices by func_doggoλt_rotating :vp: (dhalucario@social.doggoat.de)

  1. Embed this notice
    func_doggoλt_rotating :vp: (dhalucario@social.doggoat.de)'s status on Friday, 20-Jun-2025 23:52:59 JST func_doggoλt_rotating :vp: func_doggoλt_rotating :vp:
    in reply to
    • SuperDicq

    @SuperDicq I would like to borrow it. Should we meet in a bit?

    In conversation about a year ago from social.doggoat.de permalink
  2. Embed this notice
    func_doggoλt_rotating :vp: (dhalucario@social.doggoat.de)'s status on Friday, 14-Feb-2025 09:43:40 JST func_doggoλt_rotating :vp: func_doggoλt_rotating :vp:
    in reply to
    • BeAware

    @BeAware Is there a way to maybe prioritize image loading? Its genuinely annoying when I wanna watch an artists gallery and it just wont load half of it.

    In conversation Friday, 14-Feb-2025 09:43:40 JST from social.doggoat.de permalink
  3. Embed this notice
    func_doggoλt_rotating :vp: (dhalucario@social.doggoat.de)'s status on Friday, 14-Feb-2025 09:38:36 JST func_doggoλt_rotating :vp: func_doggoλt_rotating :vp:

    Why do images of older posts take forever to load? Is this the issue on the end of my hoster? #mastodon

    In conversation Friday, 14-Feb-2025 09:38:36 JST from social.doggoat.de permalink
  4. Embed this notice
    func_doggoλt_rotating :vp: (dhalucario@social.doggoat.de)'s status on Wednesday, 23-Aug-2023 03:39:59 JST func_doggoλt_rotating :vp: func_doggoλt_rotating :vp:
    in reply to
    • Doughnut Lollipop 【記録係】:blobfoxgooglymlem:

    @tk I remember there was fuzz about it but I saw nobody actually use it.

    In conversation Wednesday, 23-Aug-2023 03:39:59 JST from gnusocial.jp permalink
  5. Embed this notice
    func_doggoλt_rotating :vp: (dhalucario@social.doggoat.de)'s status on Sunday, 16-Jul-2023 01:43:51 JST func_doggoλt_rotating :vp: func_doggoλt_rotating :vp:
    • Ian Denhardt
    • Christine Lemmer-Webber

    @cwebber @zenhack
    My condolences

    In conversation Sunday, 16-Jul-2023 01:43:51 JST from social.doggoat.de permalink
  6. Embed this notice
    func_doggoλt_rotating :vp: (dhalucario@social.doggoat.de)'s status on Monday, 19-Jun-2023 04:40:13 JST func_doggoλt_rotating :vp: func_doggoλt_rotating :vp:
    in reply to
    • Doughnut Lollipop 【記録係】:blobfoxgooglymlem:

    @tk I think I got you a fix.

    # 1. I did a fresh setup
    ./bin/configure

    # 2. After finishing the setup we only start the docker container
    docker-compose up php

    # 3. Switch to a new terminal tab and install the composer deps with the right version of php and wait till it's finished installing.
    docker exec -it gnu-social_php_1/usr/bin/php8 /usr/bin/composer.phar update -W

    # 4. CTRL+C the terminal in step 2

    # 5. Now we should be able to run it
    docker-compose up

    In conversation Monday, 19-Jun-2023 04:40:13 JST from gnusocial.jp permalink
  7. Embed this notice
    func_doggoλt_rotating :vp: (dhalucario@social.doggoat.de)'s status on Monday, 19-Jun-2023 04:08:19 JST func_doggoλt_rotating :vp: func_doggoλt_rotating :vp:
    in reply to
    • Doughnut Lollipop 【記録係】:blobfoxgooglymlem:

    @tk If you want a specific version of PHP you have to work with the tags. Lemme quickly check smth.

    In conversation Monday, 19-Jun-2023 04:08:19 JST from social.doggoat.de permalink
  8. Embed this notice
    func_doggoλt_rotating :vp: (dhalucario@social.doggoat.de)'s status on Monday, 19-Jun-2023 01:24:02 JST func_doggoλt_rotating :vp: func_doggoλt_rotating :vp:
    in reply to
    • Doughnut Lollipop 【記録係】:blobfoxgooglymlem:

    @tk You need the extensions in both container instances if you use alpine and fpm. They do not share installed extensions if it's separate containers.

    Do you think you could share your current workspace? The best way to do that is to put the Dockerfiles/docker-compose.yml you are using into a git repo so I can have a quick look over it.

    In conversation Monday, 19-Jun-2023 01:24:02 JST from gnusocial.jp permalink
  9. Embed this notice
    func_doggoλt_rotating :vp: (dhalucario@social.doggoat.de)'s status on Monday, 19-Jun-2023 01:11:30 JST func_doggoλt_rotating :vp: func_doggoλt_rotating :vp:
    in reply to
    • Doughnut Lollipop 【記録係】:blobfoxgooglymlem:

    @tk Is there a chance the php you are using for the command line and the PHP your are using for the webserver are different versions/instances?

    In conversation Monday, 19-Jun-2023 01:11:30 JST from social.doggoat.de permalink
  10. Embed this notice
    func_doggoλt_rotating :vp: (dhalucario@social.doggoat.de)'s status on Monday, 19-Jun-2023 00:47:42 JST func_doggoλt_rotating :vp: func_doggoλt_rotating :vp:
    in reply to
    • Doughnut Lollipop 【記録係】:blobfoxgooglymlem:

    @tk Usually big projects give out releases with all dependencies preinstalled. Maybe the docker image just clones the git repo and is missing the actual install?

    In conversation Monday, 19-Jun-2023 00:47:42 JST from social.doggoat.de permalink
  11. Embed this notice
    func_doggoλt_rotating :vp: (dhalucario@social.doggoat.de)'s status on Sunday, 18-Jun-2023 23:55:45 JST func_doggoλt_rotating :vp: func_doggoλt_rotating :vp:
    in reply to
    • Doughnut Lollipop 【記録係】:blobfoxgooglymlem:

    @tk Hey, if `vendor/autoload.php` is missing that usually means you did not run `composer dump-autoload -o`.

    In conversation Sunday, 18-Jun-2023 23:55:45 JST from social.doggoat.de permalink

User actions

    func_doggoλt_rotating :vp:

    func_doggoλt_rotating :vp:

    ActivityPupDon't approve of every person I repost from.Just here to have some fun.25 yr old webdev#nobot #furry #fedi22

    Tags
    • (None)

    Following 0

      Followers 0

        Groups 0

          Statistics

          User ID
          134613
          Member since
          6 Jun 2023
          Notices
          11
          Daily average
          0

          Feeds

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