Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yunohost-apps/bibliogram_ynh

Bibliogram package for YunoHost
https://github.com/yunohost-apps/bibliogram_ynh

bibliogram closember official-ynh yunohost yunohost-apps

Last synced: about 2 months ago
JSON representation

Bibliogram package for YunoHost

Awesome Lists containing this project

README

        

# Bibliogram for YunoHost

[![Integration level](https://dash.yunohost.org/integration/bibliogram.svg)](https://dash.yunohost.org/appci/app/bibliogram) ![Working status](https://ci-apps.yunohost.org/ci/badges/bibliogram.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/bibliogram.maintain.svg)
[![Install Bibliogram with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=bibliogram)

*[Lire ce readme en français.](./README_fr.md)*

> *This package allows you to install Bibliogram 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

An alternative Instagram front-end

Bibliogram works without browser JavaScript, has no ads or tracking, and doesn't urge you to sign up.

**Shipped version:** 1.0.0~ynh17

**Demo:** https://bibliogram.art/

## Screenshots

![Screenshot of Bibliogram](./doc/screenshots/bibliogram.jpg)

## Disclaimers / important information

## Configuration

Bibliogram requires dedicated domain like `bibliogram.domain.tld`.
You can configure Bibliogram by editing this file `/var/www/bibliogram/config.js` using this the [documentation](https://git.sr.ht/~cadence/bibliogram-docs/tree/master/docs/Configuring.md)

## :red_circle: Antifeatures

- **Non-free Network Services**: Promotes or depends entirely on a non-free network service.

- **Upstream not maintained**: This software is not maintained anymore. Expect it to break down over time, be exposed to unfixed security breaches, etc.

## Documentation and resources

* Official admin documentation:
* Upstream app code repository:
* YunoHost documentation for this app:
* Report a bug:

## Developer info

Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/bibliogram_ynh/tree/testing).

To try the testing branch, please proceed like that.

``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/bibliogram_ynh/tree/testing --debug
or
sudo yunohost app upgrade bibliogram -u https://github.com/YunoHost-Apps/bibliogram_ynh/tree/testing --debug
```

**More info regarding app packaging:**