EmptyJarA self-hosted analytics system that doesn't use cookiesStorage configSqlite{ storageDriver: "sqlite", storageOptions: { location: ".data/hits.db" } } MongoDB{ "storageDriver": "mongodb", "storageOptions": { "url": "mongodb://localhost:27017", "db": "emptyjar" } }