You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Tuan 8f4f42da45 Merge branch with upstream 3 years ago
.circleci Add Actions for check i18n (#16285) 3 years ago
.github Merge branch 'main' into glitch-soc/merge-upstream 3 years ago
app Merge branch with upstream 3 years ago
bin Update Mastodon to Rails 6.1 (#15910) 3 years ago
chart helm: upgrade elasticsearch chart to 14 (#15767) 3 years ago
config Merge branch with upstream 3 years ago
css-plugins@180c34df63 Changes & Adoptions made so far 3 years ago
db Merge branch 'main' into glitch-soc/merge-upstream 3 years ago
dist templates/systemd/mastodon: optimize SystemCallFilters (#16127) 3 years ago
lib Merge branch with upstream 3 years ago
log Initial commit 8 years ago
nanobox Resync Nanobox files with the 2.9.0 release (#11083) 5 years ago
public Merge branch with upstream 3 years ago
spec Merge branch 'main' into glitch-soc/merge-upstream 3 years ago
streaming Merge branch 'main' into glitch-soc/merge-upstream 3 years ago
vendor Increase files checked by ESLint (#9705) 5 years ago
.buildpacks Remove nodejs buildpack from buildpacks (#14364) 4 years ago
.codeclimate.yml Bump rubocop from 1.8.1 to 1.9.1 (#15677) 3 years ago
.deepsource.toml Update .deepsource.toml (#15753) 3 years ago
.dockerignore Ignore git related files from docker build (#16282) 3 years ago
.editorconfig Add final newline to locale files (#2890) 7 years ago
.env.nanobox Fix sample SAML_ACS_URL, SAML_ISSUER (#12669) 4 years ago
.env.production.sample Add environment variables to control custom emoji size limits 3 years ago
.env.test Bump webpacker from 4.0.7 to 4.2.0 (#12416) 4 years ago
.env.vagrant Add a default DB_HOST to .env.vagrant for enable the streaming (#14030) 4 years ago
.eslintignore Increase files checked by ESLint (#9705) 5 years ago
.eslintrc.js Enable promise/catch-or-return allowFinally (#14289) 4 years ago
.foreman Replace sprockets/browserify with Webpack (#2617) 7 years ago
.gitattributes Add .gitattributes file to avoid unwanted CRLF (#3954) 7 years ago
.gitignore Kurulum adimlari -> README.md 3 years ago
.gitmodules Rename themes -> flavours ? ? 6 years ago
.haml-lint.yml Added haml-lint and fix warnings (#2773) 7 years ago
.nanoignore Remove Storybook (#4397) 7 years ago
.nvmrc Upgrade .nvmrc to Node.js 12 (#12906) 4 years ago
.profile Add ffmpeg and dependent packages as well as LD_LIBRARY_PATHs (#3276) 7 years ago
.rspec Adding a Mention model, test stubs 8 years ago
.rubocop.yml Fix rubocop config and warnings (#15503) 3 years ago
.ruby-version Revert default Ruby version to 2.7.2 (#16154) 3 years ago
.sass-lint.yml Fix sass-lint config (#10982) 5 years ago
.slugignore Remove Storybook (#4397) 7 years ago
.yarnclean Replace from scss-lint to sass-lint (#10958) 5 years ago
AUTHORS.md Bump version to 3.4.0 (#16239) 3 years ago
Aptfile Use libvpx >= 5 (#15591) 3 years ago
CHANGELOG.md Bump version to 3.4.1 (#16350) 3 years ago
CODE_OF_CONDUCT.md Change e-mail contact for CoC enforcement 5 years ago
CONTRIBUTING.md Merge branch 'main' into glitch-soc/merge-upstream 3 years ago
Capfile remove capistrano/faster_assets from Capfile (#2737) 7 years ago
Dockerfile Revert default Ruby version to 2.7.2 (#16154) 3 years ago
Gemfile Merge branch 'main' into glitch-soc/merge-upstream 3 years ago
Gemfile.lock Merge branch 'main' into glitch-soc/merge-upstream 3 years ago
LICENSE Fix #49 - License changed from GPL-2.0 to AGPL-3.0 8 years ago
Procfile fix: make Procfile compatible with herokuish (#12685) 4 years ago
Procfile.dev Set RAILS_ENV in Procfile.dev (#15502) 3 years ago
README.md Change IRC channel to LiberaChat in README (#16279) 3 years ago
Rakefile Initial commit 8 years ago
SECURITY.md Fix security policy (#16248) 3 years ago
Vagrantfile Merge branch 'main' into glitch-soc/merge-upstream 3 years ago
app.json Stop using heroku-buildpack-nodejs (#14341) 4 years ago
babel.config.js Remove dependency for @babel/plugin-proposal-class-properties (#16155) 3 years ago
boxfile.yml Fix to isolate the sidekiq process that runs the scheduler job (#15314) 3 years ago
config.ru Fix rubocop issues, introduce usage of frozen literal to improve performance 7 years ago
crowdin.yml Update Crowdin configuration file 5 years ago
docker-compose.yml Update Elasticsearch from 6.1 to 6.8 in docker-compose.yml (Fix glitch-soc#1348) (#14016) 4 years ago
ide-helper.js Add JS IDE helper (#13012) 4 years ago
package.json Merge branch with upstream 3 years ago
postcss.config.js Increase files checked by ESLint (#9705) 5 years ago
priv-config TOR federation (#7875) 6 years ago
scalingo.json Remove deprecated config from Heroku and Scalingo (#11925) 5 years ago
yarn.lock Merge branch with upstream 3 years ago

README.md

metu.life; ActivityPub protokolü kullanan, Mastodon tabanlı bir glitch-soc çatalıdır ve koyu.space yamaları barındırır.

ActivityPub protokolü; sadece metu.life ve Mastodon tabanlı diğer temsillerle değil, bu protokolü kullanan tüm diğer platformlarla (PixelFed, PeerTube, Pleroma vb.) iletişim kurabilmenizi sağlar.

metu.life, AGPLv3 lisanslı özgür bir yazılımdır.

Uyarı

Bu proje beta aşamasında olup geliştirilmeye devam edilmektedir.

Kurulum

metu.life, Mastodon'un main dalı temelli olduğu için. Kurulum adımları Mastodon dökümantasyonunda belirtildiği gibi gerçekleştirilir. Kurulum rehberinden farklı olarak:

git clone https://github.com/tootsuite/mastodon.git live && cd live
git checkout $(git tag -l | grep -v 'rc[0-9]*$' | sort -V | tail -n 1)

Yukarıdaki adımlar yerine, aşağıdaki komutu kullanın.

git clone https://git.oyd.org.tr/MetuFSS/metu.life.git live && cd live

Var olan Mastodon kurulumunu güncellemek

Mastodon'u (veya eski metu.life versiyonunu) güncellemek, Mastodon versiyonları arasında güncellemekle aynı adımları izler. Genellikle aşağıdaki adımları gerektirir:

  1. Sunucunuzdaki "mastodon" kullanıcısındaki "live" dizinine geçiş yapın cd /home/mastodon/live

  2. metu.life'a geçiş yapın

    • Yeni bir uzak depo ekleyin git remote add metu.life https://git.oyd.org.tr/MetuFSS/metu.life
    • Depoyu çekin git fetch metu.life
    • master adındaki dala geçin git checkout metu.life/master
  3. Kaynak kodunu çekin (genellikle, git pull)

  4. Gerekli paketleri kurun: bundle install && yarn install

  5. Konuşlandırma öncesi veritabanı göçü gerçekleştirin: RAILS_ENV=production SKIP_POST_DEPLOYMENT_MIGRATIONS=true bundle exec rails db:migrate

  6. Ön derleme yapınız: RAILS_ENV=production bundle exec rails assets:precompile

     Bu adım ana Mastodon'a göre daha uzun sürecektir.

  1. Hizmetleri tekrar başlatın: systemctl reload mastodon-web && systemctl restart mastodon-{sidekiq,streaming}
  2. Rails önbelleğini temizleyin: RAILS_ENV=production bin/tootctl cache clear
  3. Konuşlandırma sonrası veritabanı göçünü gerçekleştirin: RAILS_ENV=production bundle exec rails db:migrate