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 characters
| #!/bin/bash | |
| # `gitea dump` doesn't currently back up LFS data as well, only git repos | |
| # It primarily backs up the SQL DB, and also the config / logs | |
| # We'll backup like this: | |
| # * "gitea dump" to backup the DB and config etc | |
| # * tar / bzip all the repos since they will be skipped | |
| # * Not rotated because git data is immutable (normally) so has all data | |
| # * rsync LFS data directly from /volume/docker/gitea/git/lfs | |
| # * No need for rotation since all files are immutable |
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 characters
| <?xml version="1.0" encoding="utf-8"?> | |
| <!-- | |
| https://go.microsoft.com/fwlink/?LinkID=208121. | |
| --> | |
| <Project> | |
| <PropertyGroup> | |
| <WebPublishMethod>Container</WebPublishMethod> | |
| <ContainerPublishMethod>NetSdk</ContainerPublishMethod> | |
| <ContainerRepository>9kit/test</ContainerRepository> | |
| <RegistryUrl>index.docker.io</RegistryUrl> |
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 characters
| { | |
| "openapi": "3.1.0", | |
| "info": { | |
| "title": "Todoist REST V2", | |
| "summary": "Todoist API Schema for GPT", | |
| "termsOfService": "https://doist.com/terms-of-service", | |
| "version": "1.0.0" | |
| }, | |
| "servers": [ | |
| { |
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 characters
| { | |
| "openapi": "3.0.3", | |
| "info": { | |
| "title": "Todoist REST V2", | |
| "summary": "Todoist API Schema for GPT", | |
| "termsOfService": "https://doist.com/terms-of-service", | |
| "version": "1.0.0" | |
| }, | |
| "servers": [ | |
| { |
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 characters
| sk-ssh-ed25519@openssh.com AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAIK4VMtfOKA2UDXVS1Wo9354K5uSfAWm1aF0RHsvbN+snAAAABHNzaDo= hostc@ChrisDesktop |
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 characters
| var test = ctx.CurrentItem.tkeContact.replace(/[^a-zA-Z ]+/g, ";") |