From b8fd686c57b86fd1a71e166c8d3f554443ad7675 Mon Sep 17 00:00:00 2001 From: fl4shforward <93709591+fl4shforward@users.noreply.github.com> Date: Mon, 23 Oct 2023 13:49:45 +0200 Subject: [PATCH] Update submodule repo URL & change submodule name --- .github/workflows/automerge_dbot_pr.yml | 2 +- .gitmodules | 6 +++--- Dockerfile | 2 +- OnlyFans | 1 - README.md | 10 +++------- UltimaScraper | 1 + 6 files changed, 9 insertions(+), 13 deletions(-) delete mode 160000 OnlyFans create mode 160000 UltimaScraper diff --git a/.github/workflows/automerge_dbot_pr.yml b/.github/workflows/automerge_dbot_pr.yml index 46945b3..bf2d21d 100644 --- a/.github/workflows/automerge_dbot_pr.yml +++ b/.github/workflows/automerge_dbot_pr.yml @@ -20,7 +20,7 @@ jobs: github-token: "${{ secrets.GITHUB_TOKEN }}" - name: Enable auto-merge for Dependabot PRs - if: ${{contains(steps.metadata.outputs.dependency-names, 'OnlyFans')}} + if: ${{contains(steps.metadata.outputs.dependency-names, 'UltimaScraper')}} run: gh pr merge --auto --merge "$PR_URL" env: PR_URL: ${{github.event.pull_request.html_url}} diff --git a/.gitmodules b/.gitmodules index fd70805..1473b01 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "OnlyFans"] - path = OnlyFans - url = https://github.com/DIGITALCRIMINALS/OnlyFans +[submodule "UltimaScraper"] + path = UltimaScraper + url = https://github.com/DIGITALCRIMINAL/UltimaScraper diff --git a/Dockerfile b/Dockerfile index 1b0b174..ffdd35c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ ENV POETRY_VIRTUALENVS_CREATE=false RUN ["/bin/bash", "-c", "set -o pipefail && curl -sSL https://install.python-poetry.org | python3 -"] -COPY ./OnlyFans . +COPY ./UltimaScraper . RUN /usr/local/share/pypoetry/bin/poetry update CMD [ "/usr/local/share/pypoetry/bin/poetry", "run", "python", "./start_us.py" ] diff --git a/OnlyFans b/OnlyFans deleted file mode 160000 index 34f8b36..0000000 --- a/OnlyFans +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 34f8b36fe77e62f4c1636945e4bd1b1c8d4a1a97 diff --git a/README.md b/README.md index 7e4a351..d56f3c9 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,12 @@ -# NOTICE -Upstream is discontinued so I'm archiving too, obviously. - -[DIGITALCRIMINALS explains why here.](https://github.com/DIGITALCRIMINALS/UltimaScraper/issues/983#issuecomment-1544000569) - # onlyfans-docker -Dockerized [DIGITALCRIMINALS/OnlyFans](https://github.com/DIGITALCRIMINALS/OnlyFans). Should autobuild new image on submodule update. +Dockerized [DIGITALCRIMINAL/UltimaScraper](https://github.com/DIGITALCRIMINAL/UltimaScraper). Should autobuild new image on submodule update. Please refer to his repo for config instructions. ## Sample docker-compose.yml -``` + +```yml version: '3.8' services: onlyfans: diff --git a/UltimaScraper b/UltimaScraper new file mode 160000 index 0000000..3236bba --- /dev/null +++ b/UltimaScraper @@ -0,0 +1 @@ +Subproject commit 3236bbaeb522a9325159481439c23fcd7c5649b6