Compare commits
No commits in common. "aa8932ea38c973a906c0fe6d527b40ccfb35eff9" and "958b6ccb7a70235d55e6753294038cf33f4b5802" have entirely different histories.
aa8932ea38
...
958b6ccb7a
2 changed files with 1 additions and 15 deletions
|
|
@ -1,11 +1,5 @@
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
|
||||||
- '*.go'
|
|
||||||
- 'bsky/*.go'
|
|
||||||
- 'go.sum'
|
|
||||||
- 'go.mod'
|
|
||||||
- 'Dockerfile'
|
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
||||||
10
README.md
10
README.md
|
|
@ -22,7 +22,7 @@ If you use a different Telegram bot endpoint, you can set it with
|
||||||
TG_API_ENDPOINT=https://api.domain.com/bot%s/%s
|
TG_API_ENDPOINT=https://api.domain.com/bot%s/%s
|
||||||
```
|
```
|
||||||
|
|
||||||
# Podman
|
To run:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
podman run -it --name bsky2tg_<profile> \
|
podman run -it --name bsky2tg_<profile> \
|
||||||
|
|
@ -40,11 +40,3 @@ podman run -it --name bsky2tg_<profile> \
|
||||||
--env BSKY_PASSWORD= \
|
--env BSKY_PASSWORD= \
|
||||||
git.zio.sh/astra/bsky2tg:latest
|
git.zio.sh/astra/bsky2tg:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Bash
|
|
||||||
|
|
||||||
```bash
|
|
||||||
source .env
|
|
||||||
./bsky2tg
|
|
||||||
```
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue