- console-cs {to:'.'}
project,C#C# .NET 5 Console App - console-fs {to:'.'}
project,F#F# .NET 5 Console App - console-vb {to:'.'}
project,VBVB .NET 5 Console App - console-ss {to:'.'}
project,S##Script Console App - console-lisp {to:'.'}
project,Lisp#Script Lisp Console App - init {to:'.'}
project,C#Empty .NET 5 ServiceStack App - init-lts {to:'.'}
project,C#Empty .NET Core 3.1 LTS ServiceStack App - init-vb {to:'.'}
project,VBVB.NET Empty .NET 5 ServiceStack App - init-fsharp {to:'.'}
project,F#F# Empty .NET 5 ServiceStack App - init-corefx {to:'.'}
project,C#Empty ASP.NET Core 2.1 LTS on .NET Framework - init-sharp-app {to:'.'}
project,S#Empty ServiceStack Sharp App - init-test {to:'.'}
project,C#.NET 5 and .NET v4.72 Integration Test
- bootstrap-sharp {to:'$HOST'}
ui,S#Bootstrap + Sharp Pages Starter Template
- redis {to:'$HOST'}
dbUse ServiceStack.Redis - sqlserver {to:'$HOST'}
dbUse OrmLite with SQL Server - sqlite {to:'$HOST'}
dbUse OrmLite with SQLite - postgres {to:'$HOST'}
dbUse OrmLite with PostgreSQL - mysql {to:'$HOST'}
dbUse OrmLite with MySql - oracle {to:'$HOST'}
dbUse OrmLite with Oracle - firebird {to:'$HOST'}
dbUse OrmLite with Firebird - dynamodb {to:'$HOST'}
dbUse AWS DynamoDB and PocoDynamo - mongodb {to:'$HOST'}
dbUse MongoDB - ravendb {to:'$HOST'}
dbUse RavenDB
- auth {to:'$HOST'}
authConfigure AuthFeature - auth-ext {to:'$HOST'}
authConfigure AuthFeature inc. .NET Core Providers - auth-db {to:'$HOST'}
authUse OrmLite Auth Repository (requires auth) - auth-redis {to:'$HOST'}
authUse Redis Auth Repository (requires auth) - auth-memory {to:'$HOST'}
authUse Memory Auth Repository (requires auth) - auth-dynamodb {to:'$HOST'}
authUse DynamoDB Auth Repository (requires auth) - auth-mongodb {to:'$HOST'}
authUse MongoDB Auth Repository (requires auth) - auth-ravendb {to:'$HOST'}
authUse RavenDB Auth Repository (requires auth) - auth-marten {to:'$HOST'}
authUse Marten Auth Repository (requires auth)
- backgroundmq {to:'$HOST'}
mqUse Memory Background MQ - rabbitmq {to:'$HOST'}
mqUse RabbitMQ - sqs {to:'$HOST'}
mqUse AWS SQS MQ - servicebus {to:'$HOST'}
mqUse Azure Service Bus MQ - redismq {to:'$HOST'}
mqUse Redis MQ
- autoquery {to:'$HOST'}
autoqueryConfigure AutoQuery Services - autocrudgen {to:'$HOST'}
autoquery,autogen,dbAutoGen AutoQuery Services for Existing DBs - autodto {to:'.'}
autoquery,codegenGenerate DB DTOs in C#, TypeScript, Dart, Java, Kotlin, Swift, VB.NET, F# - validation {to:'$HOST'}
feature,validationConfigure Validation Support - validation-source {to:'$HOST'}
validationConfigure dynamic validations sourced from registered DbConnectionFactory - serverevents {to:'$HOST'}
feature,sseConfigure Server Events (SSE) - cors {to:'$HOST'}
feature,corsConfigure support for CORS - openapi {to:'$HOST'}
feature,postmanConfigure support for Open API and Swagger UI - postman2 {to:'$HOST'}
feature,postmanConfigure support for Postman2 - feature-mq {to:'$HOST'}
feature,mq,sharpSimple MQ Feature to test sending Messages - feature-authrepo {to:'$HOST'}
feature,auth,sharpList and Search Users registered in Auth Repository - hangfire-postgres {to:'$HOST'}
hangfire,postgresAdds hangfire cron scheduler and dashboard for PostgreSQL - sharpdata {to:'.'}
S#Instant JSON,CSV,XML,JSV data APIs around configured RDBMS tables
- build {to:'.'}
GitHubAdds GitHub Action to build and test - release-ecr-aws {to:'.'}
GitHubAdds GitHub Action to deploy to AWS ECS - release-ghr-vanilla {to:'.'}
GitHubAdds GitHub Action to deploy to a Linux server using SSH, via GHCR - release-ecr-vanilla {to:'.'}
GitHubAdds GitHub Action to deploy to a Linux server using SSH, via AWS ECR - release-hub-vanilla {to:'.'}
GitHubAdds GitHub Action to deploy to a Linux server using SSH, via DockerHub
- nuglify {to:'$HOST'}
assetsUse Nuglify's Advanced JS/CSS/HTML Minifiers
- northwind.sqlite {to:'.'}
sqlitenorthwind.sqlite - chinook.sqlite {to:'.'}
sqlitechinook.sqlite
- northwind.sharpdata {to:'.'}
sharpdatanorthwind.sharpdata - chinook.sharpdata {to:'.'}
sharpdatachinook.sharpdata
- grpc {to:'$HOST'}
feature,grpcConfigure gRPC (requires .NET Core 3.1) - grpc-android {to:'.'}
java,grpcAndroid gRPC SSL Channel Builder - bcl.proto {to:'.'}
grpcprotobuf-net\bcl.proto
- example-validation {to:'$HOST'}
example,sharpContacts Validation Example - todoworld-cs {to:'.'}
example,grpcC# gRPC insecure Generic ServiceClient TodoWorld Example - todoworld-cs-ssl {to:'.'}
example,grpcC# gRPC SSL Generic ServiceClient TodoWorld Example - todoworld-fs {to:'.'}
example,grpcF# gRPC insecure Generic ServiceClient TodoWorld Example - todoworld-fs-ssl {to:'.'}
example,grpcF# gRPC SSL Generic ServiceClient TodoWorld Example - todoworld-vb {to:'.'}
example,grpcVB.NET gRPC insecure Generic ServiceClient TodoWorld Example - todoworld-vb-ssl {to:'.'}
example,grpcVB.NET gRPC SSL Generic ServiceClient TodoWorld Example - todoworld-csharp {to:'.'}
example,grpcC# Google protoc insecure GrpcServicesClient TodoWorld Example - todoworld-csharp-ssl {to:'.'}
example,grpcC# Google protoc SSL GrpcServicesClient TodoWorld Example - todoworld-csharp-smart {to:'.'}
example,grpcC# Google protoc ServiceStack GrpcServicesClient TodoWorld Example - todoworld-swift {to:'.'}
example,grpcSwift Google protoc insecure GrpcServicesClient TodoWorld Example - todoworld-swift-ssl {to:'.'}
example,grpcSwift Google protoc SSL GrpcServicesClient TodoWorld Example - todoworld-java {to:'.'}
example,grpcJava Google protoc insecure gRPC Service Client TodoWorld Example - todoworld-java-ssl {to:'.'}
example,grpcJava Google protoc SSL gRPC Service Client TodoWorld Example - todoworld-dart {to:'.'}
example,grpcDart Google protoc insecure GrpcServicesClient TodoWorld Example - todoworld-dart-ssl {to:'.'}
example,grpcDart Google protoc SSL GrpcServicesClient TodoWorld Example - todoworld-go {to:'.'}
example,grpcGo Google protoc insecure GrpcServicesClient TodoWorld Example - todoworld-go-ssl {to:'.'}
example,grpcGo Google protoc SSL GrpcServicesClient TodoWorld Example - todoworld-python {to:'.'}
example,grpcPython Google protoc insecure GrpcServicesStub TodoWorld Example - todoworld-python-ssl {to:'.'}
example,grpcPython Google protoc SSL GrpcServicesStub TodoWorld Example - todoworld-ruby {to:'.'}
example,grpcRuby Google protoc insecure GrpcServicesStub TodoWorld Example - todoworld-ruby-ssl {to:'.'}
example,grpcRuby Google protoc SSL GrpcServicesStub TodoWorld Example - todoworld-php {to:'.'}
example,grpcPHP Google protoc insecure GrpcServicesClient TodoWorld Example - todoworld-php-ssl {to:'.'}
example,grpcPHP Google protoc SSL GrpcServicesClient TodoWorld Example - todoworld-node {to:'.'}
example,grpcNode.js Google protoc insecure GrpcServicesClient TodoWorld Example - todoworld-node-ssl {to:'.'}
example,grpcNode.js Google protoc SSL GrpcServicesClient TodoWorld Example
- myget {to:'.'}
configServiceStack pre-release MyGet packages - nginx {to:'/etc/nginx/sites-available/'}
configNginx reverse proxy config for .NET Core Apps - nginx-yum {to:'/etc/nginx/conf.d/'}
configNginx reverse proxy (yum) config for .NET Core Apps - supervisor {to:'/etc/supervisor/conf.d/'}
configSupervisor config for managed execution of .NET Core Apps - supervisord.service {to:'/usr/lib/systemd/system/'}
configSystemd supervisord.service script - supervisor-sharp {to:'/etc/supervisor/conf.d/'}
configSupervisor config for managed execution of Sharp Apps - docker {to:'.'}
configDockerfile example for .NET Core Sharp Apps - nlog {to:'$HOST'}
configAdds prod/dev default config files. Saves to APP_LOG_PATH - gen-dev-crt.sh {to:'$HOST'}
configGenerate *.servicestack.com self-signed localhost certificate
- gen.https.sh {to:'.'}
files,sslgen.https.sh
- docker-dotnet {to:'.'}
dockerDocker file to build basic ServiceStack application - docker-dotnet-spa {to:'.'}
dockerDocker file to build ServiceStack application that also needs node - docker-jupyter {to:'.'}
dockerJupyter Dockerfile for running C# and F# Notebooks on mybinder.org - docker-jupyter-reports {to:'.'}
dockerJupyter Dockerfile for running C#,F# and LaTeX support for nbconvert
- svg-action {to:'svg/'}
svgMaterial Design Action Icons - svg-alert {to:'svg/'}
svgMaterial Design Alert Icons - svg-av {to:'svg/'}
svgMaterial Design Audio Visual Icons - svg-communication {to:'svg/'}
svgMaterial Design Communication Icons - svg-content {to:'svg/'}
svgMaterial Design Content Icons - svg-device {to:'svg/'}
svgMaterial Design Device Icons - svg-editor {to:'svg/'}
svgMaterial Design Editor Icons - svg-file {to:'svg/'}
svgMaterial Design File Icons - svg-hardware {to:'svg/'}
svgMaterial Design Hardware Icons - svg-image {to:'svg/'}
svgMaterial Design Image Icons - svg-maps {to:'svg/'}
svgMaterial Design Maps Icons - svg-navigation {to:'svg/'}
svgMaterial Design Navigation Icons - svg-places {to:'svg/'}
svgMaterial Design Places Icons - svg-social {to:'svg/'}
svgMaterial Design Social Icons - svg-toggle {to:'svg/'}
svgMaterial Design Toggle Icons
To include your gist in this directory and make it available to all web tool users please post a link to your gist with your preferred alias in the comments below. Your chosen alias and gist description will be shown in the web + output listing.