repo cleanup
This commit is contained in:
@ -1,28 +0,0 @@
|
|||||||
[Unit]
|
|
||||||
Description=isnd - a Nuget package repository daemon
|
|
||||||
After=syslog.target
|
|
||||||
After=network.target
|
|
||||||
|
|
||||||
Wants=postgresql.service
|
|
||||||
After=postgresql.service
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
RestartSec=5s
|
|
||||||
Type=simple
|
|
||||||
User=isn
|
|
||||||
Group=isn
|
|
||||||
WorkingDirectory=/srv/www/isnd/
|
|
||||||
ExecStart=/srv/www/isnd/isnd
|
|
||||||
Restart=always
|
|
||||||
Environment="HOME=/srv/www/isnd"
|
|
||||||
Environment="ASPNETCORE_ENVIRONMENT=Production"
|
|
||||||
Environment="ASPNETCORE_ConnectionStrings__DefaultConnection=Server=localhost;Port=5432;Database=isnd;Username=paul;Password=RvJa=y#b/tfg;"
|
|
||||||
CapabilityBoundingSet=CAP_NET_BIND_SERVICE
|
|
||||||
AmbientCapabilities=CAP_NET_BIND_SERVICE
|
|
||||||
StandardOutput=syslog
|
|
||||||
StandardError=syslog
|
|
||||||
SyslogIdentifier=isnd
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=multi-user.target
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<configuration>
|
|
||||||
<apikeys>
|
|
||||||
</apikeys>
|
|
||||||
<packageSources>
|
|
||||||
<add key="myIsnDev" value="http://localhost:5000/index.json" protocolVersion="3" />
|
|
||||||
</packageSources>
|
|
||||||
</configuration>
|
|
@ -1,2 +0,0 @@
|
|||||||
nuget install -Verbosity detailed -Source http://localhost:5000/index.json -Prerelease Yavsc.Abstract
|
|
||||||
nuget locals all -clear
|
|
@ -1,6 +0,0 @@
|
|||||||
= URL's
|
|
||||||
|
|
||||||
https://isn.pschneider.fr/v3/registration/isn.abst/1.0.1.json
|
|
||||||
|
|
||||||
https://api.nuget.org/v3/catalog0/data/2019.09.08.16.31.23/yavsc.abstract.1.0.6-rc06.json
|
|
||||||
|
|
@ -1,12 +0,0 @@
|
|||||||
drop table "AspNetRoleClaims" ;
|
|
||||||
drop table "AspNetUserRoles" ;
|
|
||||||
drop table "AspNetRoles" ;
|
|
||||||
drop table "AspNetUserClaims" ;
|
|
||||||
drop table "AspNetUserTokens" ;
|
|
||||||
drop table "PackageVersions" ;
|
|
||||||
drop table "Packages" ;
|
|
||||||
drop table "Commits" ;
|
|
||||||
drop table "ApiKeys" ;
|
|
||||||
drop table "AspNetUserLogins" ;
|
|
||||||
drop table "AspNetUsers" ;
|
|
||||||
drop table "__EFMigrationsHistory" ;
|
|
Reference in New Issue
Block a user