mod-harbour / slack-logs

A viewer application for the logs of a Slack workspace
https://slack.mod-harbour.org
MIT License
0 stars 0 forks source link

Support storing the Slack exports under the `/logs` folder. #5

Closed andreubotella closed 4 years ago

andreubotella commented 4 years ago

This change adds a .gitignore file, modifies the readme to include setup information, and adds a Spanish translation of the readme.

Closes #4.

andreubotella commented 4 years ago

@cristobalnavarro We should add an action to update the slack.mod-harbour.org server whenever a new export is added to https://github.com/cristobalnavarro/Slack_ModHarbour. We could do this with an action on this repo, which fires on a schedule and checks if the Slack_ModHarbour repo has changed; or with an action on Slack_ModHarbour that fires whenever a commit is pushed. In the latter case, we'd have to add secrets to that repo corresponding to the SSH keys.


@cristobalnavarro Habría que añadir una acción para actualizar el servidor de slack.mod-harbour.org cuando se añada una nueva exportación a https://github.com/cristobalnavarro/Slack_ModHarbour. Esto se podría hacer con una acción en este repo, que se ejecute cada cierto tiempo, y que compruebe si el repo de Slack_ModHarbour ha cambiado; o con una acción en Slack_ModHarbour que se ejecute cuando se hace push a un commit. En este último caso, a ese repo habría que añadirle secretos que se correspondan con las claves SSH.

cristobalnavarro commented 4 years ago

Estoy de acuerdo con el tema del action. Acabo de realizar una modificación en el slack en el que hago las copias de seguridad para que pruebes el action que implementes.