Skip to content

Commit

Permalink
Update submodule repo URL & change submodule name
Browse files Browse the repository at this point in the history
  • Loading branch information
fl4shforward committed Oct 23, 2023
1 parent 6912769 commit b8fd686
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automerge_dbot_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "OnlyFans"]
path = OnlyFans
url = https://github.com/DIGITALCRIMINALS/OnlyFans
[submodule "UltimaScraper"]
path = UltimaScraper
url = https://github.com/DIGITALCRIMINAL/UltimaScraper
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
1 change: 0 additions & 1 deletion OnlyFans
Submodule OnlyFans deleted from 34f8b3
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
1 change: 1 addition & 0 deletions UltimaScraper
Submodule UltimaScraper added at 3236bb

0 comments on commit b8fd686

Please sign in to comment.