https://github.com/yunohost-apps/bibliogram_ynh
Bibliogram package for YunoHost
https://github.com/yunohost-apps/bibliogram_ynh
bibliogram official-ynh yunohost yunohost-apps
Last synced: about 1 year ago
JSON representation
Bibliogram package for YunoHost
- Host: GitHub
- URL: https://github.com/yunohost-apps/bibliogram_ynh
- Owner: YunoHost-Apps
- License: gpl-3.0
- Archived: true
- Created: 2020-08-10T07:23:17.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T12:32:17.000Z (over 3 years ago)
- Last Synced: 2025-03-22T19:23:47.650Z (about 1 year ago)
- Topics: bibliogram, official-ynh, yunohost, yunohost-apps
- Language: Shell
- Homepage:
- Size: 192 KB
- Stars: 5
- Watchers: 6
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bibliogram for YunoHost
[](https://dash.yunohost.org/appci/app/bibliogram)  
[](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

## 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:**