Last active
July 31, 2025 10:34
-
-
Save lukepighetti/86db9bd0fd5cc6be2bb4b11631652b18 to your computer and use it in GitHub Desktop.
Revisions
-
lukepighetti revised this gist
Jul 2, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Group = root LimitNOFILE = 4096 Restart = always RestartSec = 5s StandardOutput = append:/root/output.log StandardError = append:/root/errors.log ExecStart = /root/pocketbase serve pocketbased.chadflare.com -
lukepighetti revised this gist
Jul 2, 2024 . No changes.There are no files selected for viewing
-
lukepighetti revised this gist
Jun 28, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,10 +1,10 @@ ```bash vim /lib/systemd/system/pocketbase.service systemctl enable pocketbase systemctl start pocketbase ``` ```bash systemctl status pocketbase systemctl stop pocketbase systemctl restart pocketbase -
lukepighetti revised this gist
Jun 28, 2024 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,9 +1,10 @@ ```bash vim /lib/systemd/system/pocketbase.service systemctl enable pocketbase ``` ```bash systemctl start pocketbase systemctl status pocketbase systemctl stop pocketbase systemctl restart pocketbase -
lukepighetti revised this gist
Jun 28, 2024 . 1 changed file with 6 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,10 @@ ```bash vim /lib/systemd/system/pocketbase.service systemctl start pocketbase ``` ```bash systemctl status pocketbase systemctl stop pocketbase systemctl restart pocketbase ``` -
lukepighetti revised this gist
Jun 28, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Restart = always RestartSec = 5s StandardOutput = append:/root/errors.log StandardError = append:/root/errors.log ExecStart = /root/pocketbase serve pocketbased.chadflare.com [Install] WantedBy = multi-user.target -
lukepighetti revised this gist
Jun 28, 2024 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ ```bash vim /lib/systemd/system/pocketbase.service systemctl start pocketbase ``` -
lukepighetti created this gist
Jun 28, 2024 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,16 @@ [Unit] Description = pocketbase [Service] Type = simple User = root Group = root LimitNOFILE = 4096 Restart = always RestartSec = 5s StandardOutput = append:/root/errors.log StandardError = append:/root/errors.log ExecStart = /root/ptp/pocketbase serve pocketbased.chadflare.com [Install] WantedBy = multi-user.target