@extends('layouts.marketing', [ 'title' => __('app.seo_selfhost_title'), 'description' => __('app.selfhost_intro'), ]) @section('content')

{{ __('app.selfhost_title') }}

{{ __('app.selfhost_intro') }}

{{ __('app.prereq_title') }}

{{ __('app.install_title') }}

  1. {{ __('app.install_step_clone') }}
    git clone https://git.eldorianet.work/esteban/BloomFeed-RSS bloomfeed
    cd bloomfeed
  2. {{ __('app.install_step_script') }}
    bash scriptsite.sh
    {{ __('app.install_env_note') }}
  3. {{ __('app.install_step_containers') }}
  4. {{ __('app.install_step_owner') }}

{{ __('app.config_title') }}

{{ __('app.update_title') }}

{{ __('app.update_text') }}

bash scriptsite.sh

{{ __('app.backup_note') }}

{{ __('app.autoupdate_title') }}

{{ __('app.autoupdate_text') }}

bash auto-update.sh --install       # {{ __('app.autoupdate_comment_install') }}
bash auto-update.sh --status        # {{ __('app.autoupdate_comment_status') }}
bash auto-update.sh --uninstall     # {{ __('app.autoupdate_comment_uninstall') }}

{{ __('app.reset_title') }}

{{ __('app.reset_text') }}

bash reset.sh

{{ __('app.uninstall_title') }}

{{ __('app.uninstall_text') }}

bash uninstall.sh

{{ __('app.source_title') }}

git.eldorianet.work/esteban/BloomFeed-RSS

@endsection