Bobinas P4G
  • Login
  • Public

    • Public
    • Groups
    • Popular
    • People

Conversation

Notices

  1. Carlos Solís (csolisr@social.azkware.net)'s status on Thursday, 22-Dec-2022 00:29:53 UTC Carlos Solís Carlos Solís
    • YunoHost

    Talking about #Calckey. I found a more efficient way to install it, by directly patching the existing #Misskey installer for @yunohost . To get the latest version and checksum, visit https://codeberg.org/calckey/calckey/releases and download the tarball, then run sha256sum on it. Then substitute it on the script below and run it on your server:

    #!/bin/bash version='13.0.5' checksum='97a19c8f4e58e3dfb7085a0aca0d48540a5b39e3fabec3a623aad866de634c74' git clone https://github.com/YunoHost-Apps/misskey_ynh mv misskey_ynh calckey_ynh cd ./calckey_ynh find ./ -type f -not -ipath "*.git" -exec sed -i 's/misskey-hub.net/i.calckey.cloud/g' {} \; find ./ -type f -not -ipath "*.git" -exec sed -i 's/github.com\/misskey-dev/codeberg.org\/thatonecalculator/g' {} \; find ./ -type f -not -ipath "*.git" -exec sed -i 's/misskey/calckey/g' {} \; find ./ -type f -not -ipath "*.git" -exec sed -i 's/Misskey/Calckey/g' {} \; find ./ -type f -not -ipath "*.git" -exec sed -i 's/refs\/tags\/[0-9]*.[0-9]*.[0-9]*/v'$version'/g' {} \; find ./ -type f -not -ipath "*.git" -exec sed -i 's/[0-9]*.[0-9]*.[0-9]*~ynh[0-9]/'$version'~ynh1/g' {} \; find ./ -type f -not -ipath "*.git" -exec sed -i 's/SOURCE_SUM=[0-9a-f]*/SOURCE_SUM='$checksum'/g' {} \; cd .. sudo yunohost app install ./calckey_ynh --force
    In conversation Thursday, 22-Dec-2022 00:29:53 UTC from social.azkware.net permalink

    Attachments

    1. calckey
      from calckey
      A greatly enhanced fork of Misskey with better UI/UX, security, features, and more!
    2. GitHub - YunoHost-Apps/misskey_ynh: Misskey package for YunoHost
      Misskey package for YunoHost. Contribute to YunoHost-Apps/misskey_ynh development by creating an account on GitHub.

    Feeds

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

    Bobinas P4G is a social network. It runs on GNU social, version 2.0.1-beta0, available under the GNU Affero General Public License.

    Creative Commons Attribution 3.0 All Bobinas P4G content and data are available under the Creative Commons Attribution 3.0 license.