Compare commits

..

No commits in common. "9808c6a5435194e9cc660fba4bcdd38949df6d6d" and "6703064cbd975d142b042b6f313abde733a22313" have entirely different histories.

4 changed files with 3 additions and 35 deletions

View File

@ -1,25 +0,0 @@
name: ups
on:
schedule:
- cron: "@weekly"
jobs:
ups:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt update -y
sudo apt install -y python3 python3-build python3-requests make
- name: Install ups
run: |
git clone https://git.ngn.tf/ngn/ups && cd ups
make && make install
- name: Run ups
run: PATH=~/.local/bin:$PATH ups-check

View File

@ -1,8 +1,6 @@
# nitter - alternative Twitter frontend # [ngn.tf] | nitter
![](https://git.ngn.tf/ngn/nitter/actions/workflows/build-web.yml/badge.svg) ![](https://git.ngn.tf/ngn/nitter/actions/workflows/build-web.yml/badge.svg)
![](https://git.ngn.tf/ngn/nitter/actions/workflows/build-get-account.yml/badge.svg) ![](https://git.ngn.tf/ngn/nitter/actions/workflows/build-get-account.yml/badge.svg)
![](https://git.ngn.tf/ngn/nitter/actions/workflows/ups.yml/badge.svg)
A fork of the [nitter](https://github.com/PrivacyDevel/nitter) project, with my A fork of the [nitter](https://github.com/PrivacyDevel/nitter) project, with my personal changes.
personal changes.

View File

@ -1,7 +1,7 @@
services: services:
nitter: nitter:
container_name: nitter container_name: nitter
image: git.ngn.tf/ngn/nitter/web image: git.ngn.tf/ngn/nitter
ports: ports:
- 80:8080 - 80:8080
volumes: volumes:

View File

@ -1,5 +0,0 @@
{
"upstream": "https://github.com/PrivacyDevel/nitter",
"provider": "github",
"commit": "7350155d2d3be85e4c60ad39e744f9125505a668"
}