Skip to content

Instantly share code, notes, and snippets.

@aveao
Created January 26, 2019 07:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aveao/dd3df063e15a827fda928df911aa3c8b to your computer and use it in GitHub Desktop.
Save aveao/dd3df063e15a827fda928df911aa3c8b to your computer and use it in GitHub Desktop.
Writefreely issues
Server setup
Production, behind reverse proxy
Local port: 7654
Database setup
SQLite
Filename: writefreely.db
App setup
Single user blog
Admin username: ave
Admin password: <redaccted>
Blog name: Satan Yells: Ave's Ramble Blog
Public URL: https://blog.ave.zone
Enabled
Public
Public
2019/01/26 07:25:22 Connecting to sqlite3 database...
2019/01/26 07:25:22 Creating table accesstokens...
2019/01/26 07:25:22 Created.
2019/01/26 07:25:22 Creating table appcontent...
2019/01/26 07:25:22 Created.
2019/01/26 07:25:22 Creating table appmigrations...
2019/01/26 07:25:22 Created.
2019/01/26 07:25:22 Creating table collectionattributes...
2019/01/26 07:25:22 Created.
2019/01/26 07:25:22 Creating table collectionkeys...
2019/01/26 07:25:22 Created.
2019/01/26 07:25:22 Creating table collectionpasswords...
2019/01/26 07:25:22 Created.
2019/01/26 07:25:22 Creating table collectionredirects...
2019/01/26 07:25:22 Created.
2019/01/26 07:25:22 Creating table collections...
2019/01/26 07:25:22 Created.
2019/01/26 07:25:22 Creating table posts...
2019/01/26 07:25:22 Created.
2019/01/26 07:25:22 Creating table remotefollows...
2019/01/26 07:25:22 Created.
2019/01/26 07:25:22 Creating table remoteuserkeys...
2019/01/26 07:25:22 Created.
2019/01/26 07:25:22 Creating table remoteusers...
2019/01/26 07:25:22 Created.
2019/01/26 07:25:22 Creating table userattributes...
2019/01/26 07:25:22 Created.
2019/01/26 07:25:22 Creating table userinvites...
2019/01/26 07:25:22 Created.
2019/01/26 07:25:22 Creating table users...
2019/01/26 07:25:22 Created.
2019/01/26 07:25:22 Creating table usersinvited...
2019/01/26 07:25:22 Created.
2019/01/26 07:25:22 Updating appmigrations table...
2019/01/26 07:25:22 Done.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment