peertube-search-index_ynh/README.md

60 lines
2.4 KiB
Markdown
Raw Normal View History

2020-10-31 14:18:46 +01:00
# PeerTube search-index for YunoHost
[![Integration level](https://dash.yunohost.org/integration/peertube-search-index.svg)](https://dash.yunohost.org/appci/app/peertube-search-index) ![](https://ci-apps.yunohost.org/ci/badges/peertube-search-index.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/peertube-search-index.maintain.svg)
2021-02-17 20:38:04 +01:00
[![Install PeerTube search-index with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=peertube-search-index)
2020-10-31 14:18:46 +01:00
> *This package allows you to install PeerTube search-index quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
## Overview
A search engine for [PeerTube](https://joinpeertube.org/) videos and channels, developed by Framasoft.
2021-02-17 20:47:16 +01:00
**Shipped version:** 0.0.1-2021-02-17
2020-10-31 14:18:46 +01:00
2020-10-31 14:47:05 +01:00
## Important points to read before installing
1. **PeerTube search-index** require a dedicated **root domain**, eg. search.domain.tld
2020-10-31 14:18:46 +01:00
## Screenshots
![](sepia-search-screenshot.png)
## Demo
* [Official demo](https://search.joinpeertube.org/)
## Configuration
To configure this app: modify the file /var/www/peertube-search-index/config/production.yaml with SSH.
## Documentation
* Official documentation: https://framagit.org/framasoft/peertube/search-index
## YunoHost specific features
#### Supported architectures
2021-04-09 23:48:21 +02:00
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/peertube-search-index.svg)](https://ci-apps.yunohost.org/ci/apps/peertube-search-index/)
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/peertube-search-index.svg)](https://ci-apps-arm.yunohost.org/ci/apps/peertube-search-index/)
2020-10-31 14:18:46 +01:00
## Links
* Report a bug: https://github.com/YunoHost-Apps/peertube-search-index_ynh/issues
* App website: https://search.joinpeertube.org/
* Upstream app repository: https://framagit.org/framasoft/peertube/search-index
* YunoHost website: https://yunohost.org/
---
2021-02-17 20:38:04 +01:00
## Developer info
2020-10-31 14:18:46 +01:00
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/peertube-search-index_ynh/tree/testing).
To try the testing branch, please proceed like that.
```
sudo yunohost app install https://github.com/YunoHost-Apps/peertube-search-index_ynh/tree/testing --debug
or
sudo yunohost app upgrade peertube-search-index -u https://github.com/YunoHost-Apps/peertube-search-index_ynh/tree/testing --debug
```