a69e87fdda
bug: Inaccessible MediaPort
...
- Related to https://github.com/status-im/status-go/pull/7616
- Media port would dynamically change every time the user logged in.
Co-Authored-By: Siddarth Kumar <siddarthkay@gmail.com >
Co-Authored-By: Andrey Bocharnikov <andrey.bocharnikov@gmail.com >
2026-07-12 01:15:24 +03:00
Nick Ninov
4c6c4d7c8c
docker: Choose GitHub commit
2026-06-29 22:28:21 +03:00
Nick Ninov
f97f6b66b6
bot: Remove monitor.py
2026-05-24 17:35:20 +03:00
Siddarth Kumar
a665fb7d46
bot: Add Profile Picture
...
- Set local profile picture
- Documentation
- Monitoring implementation
2026-05-10 22:07:35 +03:00
Nick Ninov
68dacbfc34
bot: PR changes
...
Make PR changes based on resolved suggestions
2026-03-23 07:36:49 +02:00
Nick Ninov
bcb34da804
bot: Status App Monitoring
...
Related to:
- https://github.com/status-im/status-bot/issues/14
- https://github.com/status-im/status-bot/issues/4
- https://github.com/status-im/data-docs/issues/153
Notes:
- SImplified `Account` class is used instead of initial `StatusBackend`
- Add `Account` requirements.txt
- Fixed backup load bug. Initially wrong event was monitored and it would wait forever.
- Latest Status Backend Dockerfile is pulled from GitHub instead of Harbor
- Postgres schema is created if it doesn't exist
2026-03-19 22:47:35 +02:00
apentori
91ef6d31b1
ci: update dockerfile to use entrypoint script
...
update docker-compose
update readme to simplify it
Signed-off-by: apentori <pentori.alexis@proton.me >
2026-03-16 10:16:50 +01:00
Nick Ninov
994e5c8243
account: load backup
...
Related to https://github.com/status-im/status-bot/issues/7
- Volume for data directory has been swapped with backup one
2026-03-14 23:36:34 +00:00
Nick Ninov
6106e2f69a
account: add backup folder volume
...
Related to https://github.com/status-im/status-bot/issues/7
- Make backup folder into a volume so `.bkp` files can be used
2026-03-13 21:37:55 +00:00
apentori
5209e0b54e
ci: add Jenkinsfile and mutualize Dockerfile
...
Signed-off-by: apentori <pentori.alexis@proton.me >
2026-03-12 15:21:39 +01:00
Nick Ninov
d7e5f65d6f
create_account: Dockerfile
...
- Create Status App account only with Dockerfile
- Add different docker-compose running profile
- Update documentation
- Config `bot_name` is optional. You can specify the bot name in `.env`
2026-03-05 18:06:39 +00:00
Nick Ninov
96d208d1de
Initial Dockerfile
...
- Create `Dockerfile` for `upload.py` and `download.py`. Code and config has been modified to be Docker friendly
- Add `Dockerfile` to `docker-compose.yaml`
**Note**: This version does not work with `create_account.py`
2026-03-05 15:18:55 +00:00
Nick Ninov
e7218e422c
create_account: docker volume
...
- **TEMP solution** - Store account information from different `status-backend` runs.
2026-02-25 08:01:58 +02:00
Nick Ninov
0491c597f7
create_account: store credentials locally
...
- Initial documentation with how to run the project
- Store `create_account_and_login` credentials locally so they can be reused when messaging
- Script can be ran with arguments
2026-02-24 21:46:56 +02:00