[PR #20] [CLOSED] Enable swapfile on dchi #22

Closed
opened 2026-02-16 12:32:34 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/infrastructure/pull/20
Author: @bkcsoft
Created: 5/14/2017
Status: Closed

Base: masterHead: bkcsoft/swapfile


📝 Commits (2)

📊 Changes

4 files changed (+52 additions, -0 deletions)

View changed files

📝 ansible/playbook.yml (+1 -0)
ansible/roles/swapfile/defaults/main.yml (+6 -0)
ansible/roles/swapfile/handlers/main.yml (+3 -0)
ansible/roles/swapfile/tasks/main.yml (+42 -0)

📄 Description

Demo server (try.gitea.io aka dchi) needs a swapfile so Gitea doesn't crash on start...

If someone knows how to pull a git-repo instead of copy-pasting them here, do tell. Until then I've just copy-pasted this one which I hope works :trollface: https://github.com/kamaln7/ansible-swapfile


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/infrastructure/pull/20 **Author:** [@bkcsoft](https://github.com/bkcsoft) **Created:** 5/14/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `bkcsoft/swapfile` --- ### 📝 Commits (2) - [`e2ff3e9`](https://github.com/go-gitea/infrastructure/commit/e2ff3e9b0c80b761c79253e0b215723171bb5f48) Add role for Swapfile - [`a35ff53`](https://github.com/go-gitea/infrastructure/commit/a35ff53ea96a621a037f546052c706d4b1e5e328) dchi needs a swapfile... :cry: ### 📊 Changes **4 files changed** (+52 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `ansible/playbook.yml` (+1 -0) ➕ `ansible/roles/swapfile/defaults/main.yml` (+6 -0) ➕ `ansible/roles/swapfile/handlers/main.yml` (+3 -0) ➕ `ansible/roles/swapfile/tasks/main.yml` (+42 -0) </details> ### 📄 Description Demo server (`try.gitea.io` aka `dchi`) needs a swapfile so Gitea doesn't crash on start... If someone knows how to pull a git-repo instead of copy-pasting them here, do tell. Until then I've just copy-pasted this one which I hope works :trollface: https://github.com/kamaln7/ansible-swapfile --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 12:32:34 -05:00
yindo closed this issue 2026-02-16 12:32:34 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: go-gitea/infrastructure#22