Skip to content

Commit

Permalink
update gotosocial (0.17.0 -> 0.17.2);
Browse files Browse the repository at this point in the history
  • Loading branch information
aine-etke committed Nov 6, 2024
1 parent 6fb9554 commit d22fcdd
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches: [ "main", "fresh" ]
env:
alpine: "3.20"
ansible: "10.5.0"
ansible: "10.6.0"
ansible_core: "2.17.6"
permissions:
checks: write
Expand Down
1 change: 1 addition & 0 deletions VERSIONS.diff.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* Borgmatic: 1.8.13 -> 1.9.0
* [Cactus Comments Client](https://gitlab.com/cactus-comments/cactus-client): [2.33.0](https://gitlab.com/cactus-comments/cactus-client/-/tags/2.33.0) -> [2.33.1](https://gitlab.com/cactus-comments/cactus-client/-/tags/2.33.1)
* [Element](https://github.com/element-hq/element-web): [v1.11.83](https://github.com/element-hq/element-web/releases/tag/v1.11.83) -> [v1.11.84](https://github.com/element-hq/element-web/releases/tag/v1.11.84)
* [Gotosocial](https://github.com/superseriousbusiness/gotosocial): [0.17.0](https://github.com/superseriousbusiness/gotosocial/releases/tag/v0.17.0) -> [0.17.2](https://github.com/superseriousbusiness/gotosocial/releases/tag/v0.17.2)
* [Ntfy](https://github.com/binwiederhier/ntfy): [v2.10.0](https://github.com/binwiederhier/ntfy/releases/tag/v2.10.0) -> [v2.11.0](https://github.com/binwiederhier/ntfy/releases/tag/v2.11.0)
* [Postmoogle](https://github.com/etkecc/postmoogle): [v0.9.23](https://github.com/etkecc/postmoogle/releases/tag/v0.9.23) -> [v0.9.24](https://github.com/etkecc/postmoogle/releases/tag/v0.9.24)
* Static Files: 2.33.0 -> 2.33.1
Expand Down
2 changes: 1 addition & 1 deletion VERSIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* Go Neb: latest
* Go Skype Bridge: latest
* Googlechat: v0.5.2
* Gotosocial: 0.17.0
* Gotosocial: 0.17.2
* Grafana: 11.2.2
* Hangouts: latest
* Heisenbridge: 1.15.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
version: v1.4.0-5
name: funkwhale
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-gotosocial.git
version: v0.17.0-0
version: v0.17.2-0
name: gotosocial
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-languagetool.git
version: v6.5-0
Expand Down
5 changes: 4 additions & 1 deletion roles/galaxy/gotosocial/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ gotosocial_systemd_wanted_services_list_default: []
gotosocial_systemd_wanted_services_list_auto: []
gotosocial_systemd_wanted_services_list_custom: []

gotosocial_version: 0.17.0
gotosocial_version: 0.17.2

gotosocial_container_image: "{{ gotosocial_container_image_registry_prefix }}superseriousbusiness/gotosocial:{{ gotosocial_container_image_tag }}"
gotosocial_container_image_registry_prefix: docker.io/
Expand All @@ -92,6 +92,9 @@ gotosocial_container_image_force_pull: "{{ gotosocial_container_image.endswith('

gotosocial_container_network: '{{ gotosocial_identifier }}'

# Set the size of the /tmp directory, used for storing media uploads
gotosocial_container_tmp_size: '2000m'

# The port number in the container
gotosocial_container_http_port: 8080

Expand Down
6 changes: 3 additions & 3 deletions roles/galaxy/gotosocial/meta/.galaxy_install_info
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
install_date: 'Mon 21 Oct 2024 09:34:45 AM '
install_commit: 754e336d1bab5e59013e936ac09b81d9ecb8ff54
version: v0.17.0-0
install_date: 'Wed 06 Nov 2024 10:36:17 AM '
install_commit: 58c4c6d19cb1ca2f31db15417d5f560d75c24292
version: v0.17.2-0
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ExecStartPre={{ devture_systemd_docker_base_host_command_docker }} create \
--network={{ gotosocial_container_network }} \
--mount type=bind,src={{ gotosocial_data_path }},dst=/gotosocial/storage \
--read-only \
--tmpfs=/tmp:rw,noexec,nosuid,size=100m \
--tmpfs=/tmp:rw,noexec,nosuid,size={{ gotosocial_container_tmp_size }} \
--env-file={{ gotosocial_env_path }} \
{{ gotosocial_container_image }}

Expand Down
2 changes: 1 addition & 1 deletion upstream

0 comments on commit d22fcdd

Please sign in to comment.